XtraChartsCollectionExtensions.Add(ScaleBreakCollection, Action<ScaleBreak>) Method
Adds a new scale break configured using the specified method to the specified scale breaks collection of a legend.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void Add(
this ScaleBreakCollection collection,
Action<ScaleBreak> scaleBreakAction
)
Parameters
Name | Type | Description |
---|---|---|
collection | ScaleBreakCollection | A collection of scale breaks to which a new scale break will be added. |
scaleBreakAction | Action<ScaleBreak> | A delegate method configuring a ScaleBreak object. |
Remarks
Note
This method is an extension method.
See Also