Gets or sets a value indicating whether users are allowed to rotate this chart.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool AllowRotate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowRotate As Boolean |
A boolean value.
See Also