Back to Devexpress

Indicator.CrosshairEmptyValueLegendText Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-7ea7e655.md

latest1.3 KB
Original Source

Indicator.CrosshairEmptyValueLegendText Property

Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string CrosshairEmptyValueLegendText { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairEmptyValueLegendText As String

Property Value

TypeDescription
String

The string value specifying text that the Crosshair shows when it has no indicator data to display.

|

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace