Series3DBase.Label Property
In This Article
Gets or sets settings of series labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesLabel Label { get; set; }
#Property Value
Type | Description |
---|---|
Series |
The object providing settings of series labels. |
See Also