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

SeriesBaseModel.ShowInLegend Property

Gets or sets the value of the SeriesBase.ShowInLegend within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[DependentUpon("Visible")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

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

See Also