TXlsChartLabelPosition Record
Stores a label position in the format used in xls files. The numbers can have many different meanings depending on where they are applied.
Syntax
Unit: FlexCel.Core
TXlsChartLabelPosition = record;
Fields
Name |
Description |
PointIs0to4000 |
If true, then the meaning of Point is always 0 means the left coordinate of the parent and 4000 the right. When false, the value of point is specific to the use.
|
Point |
Stores the position of the label, in ways specific to the label. Is PointIs0to4000 is true, then this value is always integers between 0 and 4000.
|
Methods
Name |
Description |
Create |
Creates a new label position.
|