Back to Devexpress

CrosshairElementBase.LabelElement Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairelementbase.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairLabelElement LabelElement { get; }
vb
Public ReadOnly Property LabelElement As CrosshairLabelElement

Property Value

TypeDescription
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

CrosshairElementBase Class

CrosshairElementBase Members

DevExpress.XtraCharts Namespace