vcl-dxchartxydiagram-98b79433.md
Stores appearance settings of grid lines associated with an axis.
TdxChartAxisGridlines = class(
TdxChartVisualElementAppearance
)
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.
The list below outlines key class members that allow you to display grid lines and customize their appearance.
Color | MinorColorAllow you to change major and minor grid line colors.Style | MinorStyleSpecify stroke styles for major and minor grid lines.Thickness | MinorThicknessAllow you to adjust thickness of major and minor grid lines.
Visible | MinorVisibleHide or display major and minor grid lines.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch axis appearance setting changes.AssignCopies general appearance settings between axes.
The Gridlines property of an axis references a TdxChartAxisGridlines object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartAxisGridlines
See Also