Gets or sets whether the chart should automatically scroll when provided data exceeds current max. value shown on axis.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool FastScrollMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FastScrollMode As Boolean |
A bool value. The default value is false.
See Also