Skip to main content

XtraChartsCollectionExtensions.Default(XYDiagramPaneCollection, Action<XYDiagramDefaultPane>) Method

Configures the pane of the XY diagram.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Default(
    this XYDiagramPaneCollection collection,
    Action<XYDiagramDefaultPane> paneAction
)

Parameters

Name Type Description
collection XYDiagramPaneCollection

The diagram’s panes collection.

paneAction Action<XYDiagramDefaultPane>

A delegate method configuring a XYDiagramDefaultPane object.

Remarks

Note

This method is an extension method.

See Also