Back to Devexpress

TdxChartCustomAxis.Gridlines Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-fad316f4.md

latest1.4 KB
Original Source

TdxChartCustomAxis.Gridlines Property

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

Declaration

delphi
property Gridlines: TdxChartAxisGridlines read; write;

Property Value

TypeDescription
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

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit