XtraChartsSeriesViewExtensions.SeriesLabel(Area3DSeriesView, Action<Area3DSeriesLabel>) Method
In This Article
Configures options of the series label using the specified method.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static void SeriesLabel(
this Area3DSeriesView view,
Action<Area3DSeriesLabel> labelAction
)
#Parameters
Name | Type | Description |
---|---|---|
view | Area3DSeries |
A series view on which the series label type depends. |
label |
Action<Area3DSeries |
A delegate method configuring the Area3DSeries |
#Remarks
Note
This method is an extension method.
See Also