Back to Devexpress

TdxChartAxisGridlines Class

vcl-dxchartxydiagram-98b79433.md

latest3.0 KB
Original Source

TdxChartAxisGridlines Class

Stores appearance settings of grid lines associated with an axis.

Declaration

delphi
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.

Main API Members

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

Appearance Settings

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.

General-Purpose API Members

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.

Direct TdxChartAxisGridlines Class References

The Gridlines property of an axis references a TdxChartAxisGridlines object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartAxisGridlines

See Also

TdxChartAxisTicks Class

TdxChartAxisAppearance Class

TdxChartAxisTitle Class

TdxChartAxisValueLabels Class

TdxChartAxisGridlines Members

dxChartXYDiagram Unit