Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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