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.
InterlacedFillOptions
Provides access to the appearance settings of highlighted interlaced diagram areas associated with the axis.
Thickness
Allows you to adjust axis thickness.

General-Purpose API Members

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

Direct TdxChartAxisAppearance Class References

The TdxChartCustomAxis.Appearance property references a TdxChartAxisAppearance object.

See Also