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

TdxChartAxisGridlines Class

Stores appearance settings of grid lines associated with an axis.

Declaration

TdxChartAxisGridlines = class(
    TdxChartVisualElementAppearance
)

Remarks

Major and minor grid lines correspond to major and minor tick marks on the axis of arguments and 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

Main API Members

The list below outlines key class members that allow you to display grid lines and customize their appearance.

Direct TdxChartAxisGridlines Class References

The Gridlines property of an axis references a TdxChartAxisGridlines object.

See Also