XYColumn |
public enum XYColumnPlotItemLabelTextStyle
| Member name | Value | Description |
|---|---|---|
| XS | 1 | X column name is shown. |
| XM | 2 | X column name and table name is shown. |
| XL | 3 | X column name, collection name and table name is shown. |
| YS | 16 | Y column name is shown. |
| XSYS | 17 | X column name and Y column name is shown. |
| XMYS | 18 | X column name and table name and Y column name is shown. |
| XLXS | 19 | X column name, collection name and table name, and Y column name are shown. |
| YM | 32 | Y column name and table name is shown. |
| XSYM | 33 | X column name and Y column name and table name is shown. |
| XMYM | 34 | X column name and table name and Y column name and table name is shown. |
| XLYM | 35 | X column name, collection name and table name and Y column name and table name is shown. |
| YL | 48 | Y column name, collection name and table name is shown. |
| XSYL | 49 | X column name and Y column name, collection name and table name is shown. |
| XMYL | 50 | X column name and table name and Y column name, collection name and table name is shown. |
| XLYL | 51 | X 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.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |