ChartDirector 7.1 (.NET Edition)

WPFSelectionEventArgs


WPFSelectionEventArgs is a subclass of System.Windows.Input.MouseEventArgs. It provides information about the current selection rectangle on the chart during a drag to select operation.

Properties
NameDescription
VisibleDetermines if the selection rectangle is visible.
ViewPortLeftGets the position of the left edge of the selection rectangle in viewport units.
ViewPortTopGets the position of the top edge of the selection rectangle in viewport units.
ViewPortWidthGets the width of the selection rectangle in viewport units.
ViewPortHeightGets the height of the selection rectangle in viewport units.
Note: Properties inherited from MouseEventArgs are omitted.

Methods
NameDescription
Note: Methods inherited from MouseEventArgs are omitted.

Events
NameDescription
Note: Events inherited from MouseEventArgs are omitted.