Back to Devexpress

XYDiagram3D Properties

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-dot-underscore-properties.md

latest8.7 KB
Original Source

XYDiagram3D Properties

Represents a diagram that is used to plot all 3D series except for the Pie 3D type.

NameDescription
AxisLabelsResolveOverlappingMinIndentThis property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
AxisXGets the X-axis.
AxisYGets the Y-axis.
BackColorGets or sets the 3D diagram’s background color.
BackImageGets the background image settings.
FillStyleGets the diagram’s background fill style.
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. Inherited from Diagram3D.
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 ). Inherited from Diagram3D.
PerspectiveEnabledGets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by Diagram3D.PerspectiveAngle. Inherited from Diagram3D.
PlaneDepthFixedGets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels.
RotationAngleXGets or sets the value (in degrees) at which the diagram should be rotated around the X-axis. Inherited from Diagram3D.
RotationAngleYGets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis. Inherited from Diagram3D.
RotationAngleZGets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis. Inherited from Diagram3D.
RotationMatrixGets or sets a matrix used to rotate a diagram around X, Y and Z axes. Inherited from Diagram3D.
RotationMatrixSerializableGets or sets the string value used to support serialization of the Diagram3D.RotationMatrix property. Inherited from Diagram3D.
RotationOptionsProvides access to the options specifying the ways in which rotation can be performed for 3D Diagrams. Inherited from Diagram3D.
RotationOrderGets or sets a value which determines the order of rotation around the X, Y and Z axes. Inherited from Diagram3D.
RotationTypeGets 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.
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). Inherited from Diagram3D.
RuntimeScrollingGets or sets a value indicating if the 3D Chart’s diagram can be scrolled by end-users at runtime. Inherited from Diagram3D.
RuntimeZoomingGets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime. Inherited from Diagram3D.
ScrollingOptionsProvides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram. Inherited from Diagram3D.
SeriesDistanceSpecifies the distance between Manhattan Bar series, as a fraction of axis units.
SeriesDistanceFixedSpecifies the distance between Manhattan Bar series, in pixels.
SeriesIndentFixedGets or sets the distance between series and argument coordinate planes (front and back). The units of measurement are specific diagram pixels.
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. Inherited from Diagram3D.
ZoomingOptionsProvides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram. Inherited from Diagram3D.
ZoomPercentGets or sets the magnification amount applied to the chart, as a percentage. Inherited from Diagram3D.

See Also

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace