Back to Devexpress

Diagram3D.RotationMatrixSerializable Property

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

latest1.3 KB
Original Source

Diagram3D.RotationMatrixSerializable Property

Gets or sets the string value used to support serialization of the Diagram3D.RotationMatrix property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string RotationMatrixSerializable { get; set; }
vb
<Browsable(False)>
Public Property RotationMatrixSerializable As String

Property Value

TypeDescription
String

A String value.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace