Skip to main content

XtraChartsSeriesViewExtensions.SeriesLabel(NestedDoughnutSeriesView, Action<NestedDoughnutSeriesLabel>) Method

Configures options of the series label using the specified method.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void SeriesLabel(
    this NestedDoughnutSeriesView view,
    Action<NestedDoughnutSeriesLabel> labelAction
)

Parameters

Name Type Description
view NestedDoughnutSeriesView

A series view on which the series label type depends.

labelAction Action<NestedDoughnutSeriesLabel>

A delegate method configuring the NestedDoughnutSeriesLabel object.

Remarks

Note

This method is an extension method.

See Also