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 is 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. |