Gets or sets the axis of rotation of the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Vector3D RotationAxis { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotationAxis As Vector3D |
An instance of the WPF Vector3D class.
RemarksThe angle of rotation is specified with RotationAngle.
See Also