XtraChartsCollectionExtensions.Add(StripCollection, Action<Strip>) Method
Adds a new strip configured using the specified method to the specified strips collection of a legend.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | StripCollection | A collection of strips to which a new strip will be added. |
stripAction | Action<Strip> | A delegate method configuring a Strip object. |
Remarks
Note
This method is an extension method.
See Also