Scrolls to a given resource in the chart.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public void ScrollIntoView ( |
Visual Basic
Copy Code
|
|---|
Public Sub ScrollIntoView ( _ |
ExceptionsException |
Condition |
|---|---|
ArgumentException |
Thrown when the provided IResourceViewModel object is not part of the underlying IProjectViewModel. |
NullReferenceException |
Thrown when the provided IResourceViewModel is null. |
See Also