TChartLayoutTarget Enumeration
Defines if the coordinates of the enclosing rectangle include the axis marks and labels.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Outer |
0 |
Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.
|
Inner |
1 |
Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
|