Skip to main content
A newer version of this page is available. .

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.

VCL Chart Control: Major and Minor Grid Lines

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