Skip to main content

Series.ShowInLegend Property

Specifies whether or not the series is represented in the chart's legend.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool ShowInLegend { get; set; }

#Property Value

Type Description
Boolean

true to represent the series in the legend; otherwise false.

See Also