Skip to main content
All docs
V25.1
  • SidePoint.ActualLabel Property

    Returns the actual settings of the series label.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

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

    Property Value

    Type Description
    SeriesLabel

    A SeriesLabel object that contains label settings.

    See Also