Skip to main content

MVCxChartControl.FunnelDiagram3D(Action<FunnelDiagram3D>) Method

Configures the chart diagram as a 3D funnel diagram.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void FunnelDiagram3D(
    Action<FunnelDiagram3D> diagramAction
)

Parameters

Name Type Description
diagramAction Action<FunnelDiagram3D>

A delegate method configuring the Funnel Diagram 3D 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