Back to Devexpress

TdxChartCrosshairAxisLabelAppearance Class

vcl-dxchartxydiagram-5b5ac234.md

latest2.7 KB
Original Source

TdxChartCrosshairAxisLabelAppearance Class

Stores crosshair axis label appearance settings.

Declaration

delphi
TdxChartCrosshairAxisLabelAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

Crosshair argument and value axis labels complement crosshair lines and display arguments and values that correspond to crosshair line positions within the XY diagram area.

Main API Members

The list below outlines key members of the TdxChartCrosshairAxisLabels class. These members allow you to customize general appearance settings of crosshair axis labels.

Appearance Settings

FillOptionsProvides access to label background fill settings.FontOptions | TextColorAllow you to customize label font appearance.

General-Purpose API Members

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

Direct TdxChartCrosshairAxisLabelAppearance Class Reference

The TdxChartCrosshairAxisLabels.Appearance property references a TdxChartCrosshairAxisLabelAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartCrosshairAxisLabelAppearance

See Also

TdxChartAxisValueLabelsAppearance Class

TdxChartCrosshairAxisLabelAppearance Members

dxChartXYDiagram Unit