CrosshairElementBase.LabelElement Property
Returns the Crosshair Cursor‘s label element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
CrosshairLabelElement | The crosshair label element. |
Remarks
Set the CrosshairOptions.ContentShowMode property to Label to display the crosshair content in a label. The Indicator.CrosshairContentShowMode and SeriesBase.CrosshairContentShowMode properties allow you to change an element that shows the crosshair data for an individual series or indicator.
Refer to the Crosshair Cursor topic for more information on how to customize the Crosshair Cursor.
See Also