A newer version of this page is available.
Switch to the current version.
SeriesBase.Label Property
Gets the settings of series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public SeriesLabelBase Label { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<XtraSerializableProperty(XtraSerializationVisibility.Content, True)>
Public Property Label As SeriesLabelBase
Property Value
Type | Description |
---|---|
SeriesLabelBase | A SeriesLabelBase object which provides the series label settings. |
Remarks
The Label property provides access to the settings that specify the appearance, contents, position and visibility of series labels.
Note that you can't set the Label property manually. It's available to be set for serialization purposes only.
See Also
Feedback