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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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