A newer version of this page is available.
Switch to the current version.
Indicator.ShowInLegend Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool ShowInLegend { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property ShowInLegend As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the indicator is shown in the legend; otherwise, false. |
Implements
DevExpress.XtraCharts.Native.ICheckableLegendItem.ShowInLegend
See Also
Feedback