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.v18.1.dll

Declaration

[TypeConverter(typeof(FunnelDiagram3DTypeConverter))]
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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FunnelDiagram3D class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also