Click or drag to resize

XYColumnPlotItemGetName(XYColumnPlotItemLabelTextStyle) Method

Gets the display name for the specified label style.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string GetName(
	XYColumnPlotItemLabelTextStyle style
)

Parameters

style  XYColumnPlotItemLabelTextStyle
The label text style.

Return Value

String
The display name.
See Also