IndicatorModel.CrosshairEmptyValueLegendText Property
Gets or sets the Indicator.CrosshairEmptyValueLegendText property value within the 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 indicator data to display. |
See Also