Skip to main content

Series.Label Property

Gets the labels of the series.

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
SeriesLabel

A SeriesLabel object.

#Remarks

The Label property provides access to settings that specify the appearance, contents, position and visibility of series labels.

See Also