A newer version of this page is available.
Switch to the current version.
ChartControlSettings.XYDiagram3D(Action<XYDiagram3D>) Method
Configures the chart diagram as a pseudo 3D XY (Cartesian) diagram.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public void XYDiagram3D(
Action<XYDiagram3D> diagramAction
)
Public Sub XYDiagram3D(
diagramAction As Action(Of XYDiagram3D)
)
Parameters
Name | Type | Description |
---|---|---|
diagramAction | Action<XYDiagram3D> | A delegate method configuring the XYDiagram3D object. |
Remarks
NOTE
We recommend using this method after series are specified, because when the first series is added to a chart, the diagram type is changed to be compatible with the series view type.
IMPORTANT
If a chart doesn't have a specified diagram, this method sets it, and if a chart already has a specified diagram of another type, this method throws an exception.
See Also
Feedback