Notifies the visual that it is being destroyed, and to do any cleanup necessary (such as unsubscribing event handlers).
Gets the set of objects that the visual is currently displaying.
Gets the set of object repetitions that the visual can display.
Initializes an instance of the IVisual.
Initialization options for the visual.
Notifies the IVisual to clear any selection.
Notifies the IVisual of new data being provided. This is an optional method that can be omitted if the visual is in charge of providing its own data.
Notifies the IVisual to resize.
This is the viewport that the visual will eventually be resized to.
Notifies the IVisual to change view mode if applicable.
Notifies the IVisual of an update (data, viewmode, size change).
Generated using TypeDoc
Gets a value indicating whether the IVisual can be resized to the given viewport.