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