Skip to main content
A newer version of this page is available. .

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.

  • Change color of the axis (Color).
  • Adjust axis thickness (Thickness).
  • Customize fill settings applied to highlighted interlaced diagram areas associated with the axis (InterlacedFillOptions).
  • Avoid excessive redraw operations during batch axis appearance setting changes (BeginUpdate, CancelUpdate, and EndUpdate).
  • Copy general appearance settings between axes (Assign).

Direct TdxChartAxisAppearance Class References

The Appearance property of an axis references a TdxChartAxisAppearance object.

See Also