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

SeriesBaseModel.Label Property

Gets or sets the model of label options of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public SeriesLabelBaseModel Label { get; set; }

Property Value

Type Description
SeriesLabelBaseModel

The label model.

See Also