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

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.v18.2.Wizard.dll

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