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

TdxChartAxisAppearance Class

Stores general axis appearance settings.

#Declaration

Delphi
TdxChartAxisAppearance = class(
    TdxChartVisualElementAppearance
)

#Remarks

General appearance settings allow you to emphasize axes on a diagram and make it more readable.

VCL Chart Control: Custom Appearance of X and Y Axes

#Main API Members

The list below outlines key members of the TdxChartAxisValueLabels class that allow you to configure axis value labels.

#Appearance Settings

Color
Specifies axis color.
Thickness
Allows you to adjust axis thickness.
InterlacedFillOptions
Provides access to the appearance settings of highlighted interlaced diagram areas associated with the axis.

#General-Purpose API Members

BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch axis appearance setting changes.
Assign
Copies general appearance settings between axes.

#Direct TdxChartAxisAppearance Class References

The Appearance property of an axis references a TdxChartAxisAppearance object.

See Also