Skip to main content

XtraChartsCollectionExtensions.Add(XYDiagramPaneCollection, Action<XYDiagramPane>) Method

Adds a new pane configured using the specified method to the specified pane collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this XYDiagramPaneCollection collection,
    Action<XYDiagramPane> paneAction
)

Parameters

Name Type Description
collection XYDiagramPaneCollection

A pane collection to which a pane will be added.

paneAction Action<XYDiagramPane>

A delegate method configuring the XYDiagramPane object.

Remarks

Note

This method is an extension method.

See Also