corelibraries-devexpress-dot-xtracharts-dot-funneldiagram3d.md
Represents a diagram that is used to plot series of the Funnel 3D view type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class FunnelDiagram3D :
SimpleDiagram3D
Public Class FunnelDiagram3D
Inherits SimpleDiagram3D
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.
Object ChartElement Diagram Diagram3D SimpleDiagram3D FunnelDiagram3D
See Also