Back to Devexpress

Diagram3D.RotationMatrix Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-dcbe6f13.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public double[] RotationMatrix { get; set; }
vb
<Browsable(False)>
Public Property RotationMatrix As Double()

Property Value

TypeDescription
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

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace