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

Indicator.ShowInLegend Property

Specifies whether the indicator is represented in the chart’s legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

true if the indicator is shown in the legend; otherwise, false.

See Also