Gets or sets a value indicating if infinite scrolling is allowed in the chart. 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. The default is true.
See Also