Click or drag to resize

XYColumnPlotItemLabelTextStyle Enumeration

Enumerates how an XYColumnPlotItem is labeled in a TextGraphic.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum XYColumnPlotItemLabelTextStyle
Members
Member nameValueDescription
XS1X column name is shown.
XM2X column name and table name is shown.
XL3X column name, collection name and table name is shown.
YS16Y column name is shown.
XSYS17X column name and Y column name is shown.
XMYS18X column name and table name and Y column name is shown.
XLXS19X column name, collection name and table name, and Y column name are shown.
YM32Y column name and table name is shown.
XSYM33X column name and Y column name and table name is shown.
XMYM34X column name and table name and Y column name and table name is shown.
XLYM35X column name, collection name and table name and Y column name and table name is shown.
YL48Y column name, collection name and table name is shown.
XSYL49X column name and Y column name, collection name and table name is shown.
XMYL50X column name and table name and Y column name, collection name and table name is shown.
XLYL51X column name, collection name and table name and Y column name, collection name and table name is shown.

The XYColumnPlotItemLabelTextStyle type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also