Skip to main content

XtraChartsCollectionExtensions.Add(SeriesPointFilterCollection, Action<SeriesPointFilter>) Method

Adds a new series point filter configured using the specified method to the specified filters collection of a series.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this SeriesPointFilterCollection collection,
    Action<SeriesPointFilter> filterAction
)

Parameters

Name Type Description
collection SeriesPointFilterCollection

A collection of series point filters to which a new filter will be added.

filterAction Action<SeriesPointFilter>

A delegate method configuring a SeriesPointFilter object.

Remarks

Note

This method is an extension method.

See Also