TdxChartAxes.AxisX Property
Provides access to settings of the axis of arguments in an XY diagram.
Declaration
property AxisX: TdxChartAxisX read; write;
Property Value
| Type | Description |
|---|---|
| TdxChartAxisX | Stores settings of the axis of arguments in an XY diagram. |
Remarks
Use AxisX.Ticks and AxisX.MinorCount properties to configure tick marks on the axis of arguments.
Refer to the TdxChartAxisX class description for detailed information on available options.
See Also