Skip to main content
A newer version of this page is available. .

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

Configures the pane of the XY diagram.

Namespace: DevExpress.Web.Mvc

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

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