Back to Devexpress

TdxChartAxisAppearance Class

vcl-dxchartxydiagram-fb6041ba.md

latest2.4 KB
Original Source

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.

Main API Members

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

Appearance Settings

ColorSpecifies axis color.InterlacedFillOptionsProvides access to the appearance settings of highlighted interlaced diagram areas associated with the axis.ThicknessAllows you to adjust axis thickness.

General-Purpose API Members

AssignCopies general appearance settings between axes.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch axis appearance setting changes.

Direct TdxChartAxisAppearance Class References

The TdxChartCustomAxis.Appearance property references a TdxChartAxisAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartAxisAppearance

See Also

TdxChartCustomDiagram.Interlaced Property

TdxChartAxisAppearance Members

dxChartXYDiagram Unit