Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this StripCollection collection,
    Action<Strip> stripAction
)

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