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

SeriesBaseModel.CrosshairEmptyValueLegendText Property

Gets or sets the value that specifies the SeriesBaseModel.CrosshairEmptyValueLegendText property in the chart 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 series data to be displayed.

See Also