Version

GridAreaRectChanged Event (SeriesViewer)

Occurs just after the current SeriesViewer's grid area rectangle is changed.
Syntax
public event ScreenRectChangedEventHandler GridAreaRectChanged
Event Data

The event handler receives an argument of type ScreenRectChangedEventArgs containing data related to this event. The following ScreenRectChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewRect Gets the new rectangle.
OldRect Gets the rectangle before the change.
Remarks
The grid area may change as the result of the SeriesViewer being resized, or of an axis being added or changing size, possibly in another SeriesViewer.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also