XtraChartsSeriesViewExtensions.SeriesLabel(SideBySideBarSeriesView, Action<SideBySideBarSeriesLabel>) 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 SideBySideBarSeriesView view,
Action<SideBySideBarSeriesLabel> labelAction
)
Parameters
Name | Type | Description |
---|---|---|
view | SideBySideBarSeriesView | A series view on which the series label type depends. |
labelAction | Action<SideBySideBarSeriesLabel> | A delegate method configuring the SideBySideBarSeriesLabel object. |
Remarks
Note
This method is an extension method.
See Also