Gets or sets a value indicating whether interactions in the overlay can cause the parent chart to scroll outside its current time range. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowInfiniteScroll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowInfiniteScroll As Boolean |
true to allow scrolling outside of the currently displayed time interval; otherwise, false.
See Also