Diagram3D.RotationMatrix Property
Gets or sets a matrix used to rotate a diagram around X, Y and Z axes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public double[] RotationMatrix { get; set; }
Property Value
Type | Description |
---|---|
Double[] | An array of Double values. |
Remarks
The RotationMatrix property is intended for internal use only. Normally you don’t need to use it.
See Also