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

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.v18.2.dll

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