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

FunnelDiagram3D Class

Represents a diagram that is used to plot series of the Funnel 3D view type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class FunnelDiagram3D :
    SimpleDiagram3D

Remarks

The FunnelDiagram3D class represents a diagram type used to plot Funnel 3D series within a chart control.

The FunnelDiagram3D class inherits its main properties from the base Diagram3D and SimpleDiagram3D classes, and has different default values for the rotation angles properties (Diagram3D.RotationAngleX, Diagram3D.RotationAngleY and Diagram3D.RotationAngleZ), to make a 3D funnel chart’s default look similar to its 2D counterpart.

An object of the FunnelDiagram3D type can be accessed via the ChartControl.Diagram property of a chart control that displays a Funnel 3D chart.

See Also