Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartCustomAxis.Gridlines Property

Provides access to appearance settings of grid lines associated with the axis.

#Declaration

Delphi
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