Skip to main content
A newer version of this page is available. .

XtraChartsSeriesViewExtensions.SeriesLabel(StackedBar3DSeriesView, Action<StackedBar3DSeriesLabel>) Method

Configures options of the series label using the specified method.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static void SeriesLabel(
    this StackedBar3DSeriesView view,
    Action<StackedBar3DSeriesLabel> labelAction
)

Parameters

Name Type Description
view StackedBar3DSeriesView

A series view on which the series label type depends.

labelAction Action<StackedBar3DSeriesLabel>

A delegate method configuring the StackedBar3DSeriesLabel object.

Remarks

Note

This method is an extension method.

See Also