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

Diagram3D Properties

Represents the base class for classes that provide diagram functionality for a chart control in 3D series.
Name Description
AxisLabelsResolveOverlappingMinIndent This property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
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.
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.
PerspectiveAngle Gets or sets the perspective angle for a 3D diagram in a perspective projection (when Diagram3D.PerspectiveEnabled is true).
PerspectiveEnabled Gets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by Diagram3D.PerspectiveAngle.
RotationAngleX Gets or sets the value (in degrees) at which the diagram should be rotated around the X-axis.
RotationAngleY Gets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis.
RotationAngleZ Gets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis.
RotationMatrix Gets or sets a matrix used to rotate a diagram around X, Y and Z axes.
RotationMatrixSerializable Gets or sets the string value used to support serialization of the Diagram3D.RotationMatrix property.
RotationOptions Provides access to the options specifying the ways in which rotation can be performed for 3D Diagrams.
RotationOrder Gets or sets a value which determines the order of rotation around the X, Y and Z axes.
RotationType Gets or sets the rotation type, that determines whether the chart is rotated by specified angle values or it conforms to mouse movements.
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).
RuntimeScrolling Gets or sets a value indicating if the 3D Chart’s diagram can be scrolled by end-users at runtime.
RuntimeZooming Gets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime.
ScrollingOptions Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram.
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.
ZoomingOptions Provides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram.
ZoomPercent Gets or sets the magnification amount applied to the chart, as a percentage.
See Also