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

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.

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.

#Appearance Settings

Color | MinorColor
Allow you to change major and minor grid line colors.
Style | MinorStyle
Specify stroke styles for major and minor grid lines.
Thickness | MinorThickness
Allow you to adjust thickness of major and minor grid lines.

#General-Purpose API Members

Visible | MinorVisible
Hide or display major and minor grid lines.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch axis appearance setting changes.
Assign
Copies general appearance settings between axes.

#Direct TdxChartAxisGridlines Class References

The Gridlines property of an axis references a TdxChartAxisGridlines object.

See Also