MindFusion.Wpf Pack Programmer's Guide
BaseChart.AllowAutoScroll Property
See Also
 





Gets or sets a value indicating if auto scrolling is allowed in the chart. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool AllowAutoScroll { get; set; }

Visual Basic  Copy Code

Public Property AllowAutoScroll As Boolean

 Property Value

true to allow autoscrolling while interacting with the elements in the chart; otherwise, false. The default is true.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace