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

FunnelDiagram3D Members

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

Constructors

Name Description
FunnelDiagram3D() For internal use only. Initializes a new instance of the FunnelDiagram3D class with the default settings.

Fields

Name Description
DefaultScrollPercent static Represents a static constant that stores the default value for the Diagram3D.HorizontalScrollPercent and Diagram3D.VerticalScrollPercent properties. Inherited from Diagram3D.
DefaultZoomPercent static Represents a static constant that stores the default value for the Diagram3D.ZoomPercent property. Inherited from Diagram3D.

Properties

Name Description
AxisLabelsResolveOverlappingMinIndent This property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
Dimension Gets or sets the number of 3D Pie Charts that can be displayed in one line (row or column). Inherited from SimpleDiagram3D.
HiddenObject Obsolete. Gets or sets an object used to support serialization in a Diagram. Inherited from Diagram.
HorizontalScrollPercent Gets or sets the amount by which to scroll a diagram horizontally. Inherited from Diagram3D.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
LabelsResolveOverlappingMinIndent This property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
LayoutDirection Gets or sets a value that specifies the manner in which multiple 3D Pie Charts are positioned within a chart control’s diagram. Inherited from SimpleDiagram3D.
PerspectiveAngle Gets or sets the perspective angle for a 3D diagram in a perspective projection (when Diagram3D.PerspectiveEnabled is true). Inherited from Diagram3D.
PerspectiveEnabled Gets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by Diagram3D.PerspectiveAngle. Inherited from Diagram3D.
RotationAngleX Gets or sets the value (in degrees) at which the diagram should be rotated around the X-axis. Inherited from Diagram3D.
RotationAngleY Gets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis. Inherited from Diagram3D.
RotationAngleZ Gets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis. Inherited from Diagram3D.
RotationMatrix Gets or sets a matrix used to rotate a diagram around X, Y and Z axes. Inherited from Diagram3D.
RotationMatrixSerializable Gets or sets the string value used to support serialization of the Diagram3D.RotationMatrix property. Inherited from Diagram3D.
RotationOptions Provides access to the options specifying the ways in which rotation can be performed for 3D Diagrams. Inherited from Diagram3D.
RotationOrder Gets or sets a value which determines the order of rotation around the X, Y and Z axes. Inherited from Diagram3D.
RotationType Gets or sets the rotation type, that determines whether the chart is rotated by specified angle values or it conforms to mouse movements. Inherited from Diagram3D.
RuntimeRotation Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer or using rotation gestures (if the device supports touchscreen). Inherited from Diagram3D.
RuntimeScrolling Gets or sets a value indicating if the 3D Chart’s diagram can be scrolled by end-users at runtime. Inherited from Diagram3D.
RuntimeZooming Gets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime. Inherited from Diagram3D.
ScrollingOptions Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram. Inherited from Diagram3D.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializable Gets the string value used to support serialization of the diagram type. Inherited from Diagram.
VerticalScrollPercent Gets or sets the amount by which to scroll vertically. Inherited from Diagram3D.
ZoomingOptions Provides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram. Inherited from Diagram3D.
ZoomPercent Gets or sets the magnification amount applied to the chart, as a percentage. Inherited from Diagram3D.

Methods

Name Description
Assign(ChartElement) Copies all the settings from the SimpleDiagram3D object passed as the parameter. Inherited from SimpleDiagram3D.
Clone() Creates a copy of the current ChartElement object. Inherited from ChartElement.
Dispose() Disposes of the ChartElement object. Inherited from ChartElement.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the chart element. Inherited from ChartElement.
See Also