Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public CrosshairLabelElement LabelElement { get; }

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