Back to Devexpress

TdxChartCrosshairOptions.Labels Property

vcl-dxchartcore-dot-tdxchartcrosshairoptions-b11d8af8.md

latest1.5 KB
Original Source

TdxChartCrosshairOptions.Labels Property

Provides access to crosshair label settings.

Declaration

delphi
property Labels: TdxChartCrosshairLabels read; write;

Property Value

TypeDescription
TdxChartCrosshairLabels

Stores Chart crosshair label settings.

|

Remarks

A crosshair label displays information on target series and their points.

Use Labels.Visible and Labels.Appearance properties to hide or display a crosshair label and customize its appearance settings.

Refer to the TdxChartCrosshairLabels class description for detailed information on all available options.

See Also

TdxChartCrosshairOptions.HighlightPoints Property

TdxChartCrosshairOptions.ShowArgumentLabels Property

TdxChartCrosshairOptions.ShowValueLabels Property

TdxChartCrosshairOptions Class

TdxChartCrosshairOptions Members

dxChartCore Unit