TdxChartCustomAxis.Gridlines Property
Provides access to appearance settings of grid lines associated with the axis.
Declaration
property Gridlines: TdxChartAxisGridlines read; write;
Property Value
Type | Description |
---|---|
TdxChartAxisGridlines | Stores appearance settings of grid lines associated with an axis. |
Remarks
Major and minor grid lines correspond to major and minor tick marks on the axis of arguments or the axis of values. Grid lines help users compare series points with value labels on an axis.
You can set Gridlines
.Visible and Gridlines
.MinorVisible properties to True
to display major and minor grid lines associated with the current axis. Refer to the TdxChartAxisGridlines class description for detailed information on all available options.
See Also