Gets or sets a value indicating whether users are allowed to pan the chart's plot.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public bool AllowPan { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowPan As Boolean |
See Also