Search
Chart3D.RotationAxis Property
See Also
 





Gets or sets the axis of rotation of the chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Vector3D RotationAxis { get; set; }

Visual Basic  Copy Code

Public Property RotationAxis As Vector3D

 Property Value

An instance of the WPF Vector3D class.

 Remarks

The angle of rotation is specified with RotationAngle.

 See Also