Back to Devexpress

Diagram3D Members

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-dot-underscore-members.md

latest9.0 KB
Original Source

Diagram3D Members

Represents the base class for classes that provide diagram functionality for a chart control in 3D series.

Constructors

NameDescription
Diagram3D()Initializes a new instance of the Diagram3D class with the default settings.

Fields

NameDescription
DefaultScrollPercentRepresents a static constant that stores the default value for the Diagram3D.HorizontalScrollPercent and Diagram3D.VerticalScrollPercent properties.
DefaultZoomPercentRepresents a static constant that stores the default value for the Diagram3D.ZoomPercent property.

Properties

NameDescription
AxisLabelsResolveOverlappingMinIndentThis property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
HiddenObjectObsolete. Gets or sets an object used to support serialization in a Diagram. Inherited from Diagram.
HorizontalScrollPercentGets or sets the amount by which to scroll a diagram horizontally.
LabelsResolveOverlappingMinIndentThis property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
PerspectiveAngleGets or sets the perspective angle for a 3D diagram in a perspective projection (when Diagram3D.PerspectiveEnabled is true ).
PerspectiveEnabledGets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by Diagram3D.PerspectiveAngle.
RotationAngleXGets or sets the value (in degrees) at which the diagram should be rotated around the X-axis.
RotationAngleYGets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis.
RotationAngleZGets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis.
RotationMatrixGets or sets a matrix used to rotate a diagram around X, Y and Z axes.
RotationMatrixSerializableGets or sets the string value used to support serialization of the Diagram3D.RotationMatrix property.
RotationOptionsProvides access to the options specifying the ways in which rotation can be performed for 3D Diagrams.
RotationOrderGets or sets a value which determines the order of rotation around the X, Y and Z axes.
RotationTypeGets or sets the rotation type, that determines whether the chart is rotated by specified angle values or it conforms to mouse movements.
RuntimeRotationGets 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).
RuntimeScrollingGets or sets a value indicating if the 3D Chart’s diagram can be scrolled by end-users at runtime.
RuntimeZoomingGets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime.
ScrollingOptionsProvides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializableGets the string value used to support serialization of the diagram type. Inherited from Diagram.
VerticalScrollPercentGets or sets the amount by which to scroll vertically.
ZoomingOptionsProvides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram.
ZoomPercentGets or sets the magnification amount applied to the chart, as a percentage.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the Diagram3D object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

Diagram3D Class

DevExpress.XtraCharts Namespace