Back to Devexpress

TdxChartCrosshairAxisLabels.Appearance Property

vcl-dxchartxydiagram-dot-tdxchartcrosshairaxislabels.md

latest1.3 KB
Original Source

TdxChartCrosshairAxisLabels.Appearance Property

Provides access to the general appearance settings of crosshair axis labels.

Declaration

delphi
property Appearance: TdxChartCrosshairAxisLabelAppearance read; write;

Property Value

TypeDescription
TdxChartCrosshairAxisLabelAppearance

Stores crosshair axis label appearance settings.

|

Remarks

Use Appearance.FontOptions and Appearance.TextColor properties to customize label font appearance. To apply a custom formatting pattern to crosshair axis labels, use the TextFormat property.

Refer to the TdxChartCrosshairAxisLabelAppearance class description for detailed information on all available general appearance settings.

See Also

TdxChartCrosshairAxisLabels Class

TdxChartCrosshairAxisLabels Members

dxChartXYDiagram Unit