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

IndicatorModel.CrosshairEmptyValueLegendText Property

Gets or sets the Indicator.CrosshairEmptyValueLegendText property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.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