Skip to main content

TdxChartAxisAppearance Class

Stores general axis appearance settings.

Declaration

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