Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string CrosshairEmptyValueLegendText { get; set; }

Property Value

Type Description
String

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

See Also