Skip to main content

IndicatorModel.LegendText Property

Gets or set the value that specifies the Indicator.LegendText property within the chart model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public string LegendText { get; set; }

Property Value

Type Description
String

A String value specifying the text that indicates the indicator in the legend.

See Also