Skip to main content

Series.ActualLabel Property

Gets the actual label assigned to the series. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[Browsable(false)]
public SeriesLabel ActualLabel { get; }

#Property Value

Type Description
SeriesLabel

A SeriesLabel object.

See Also