Series.Label Property
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public SeriesLabel Label { get; set; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
The Label property provides access to settings that specify the appearance, contents, position and visibility of series labels.
See Also