TdxChartCrosshairOptions.Labels Property
In This Article
Provides access to crosshair label settings.
#Declaration
Delphi
property Labels: TdxChartCrosshairLabels read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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