ChartDirector 5.1 (.NET Edition)

WinSelectionEventArgs


WinSelectionEventArgs is a subclass of System.Windows.Forms.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 view port units.
ViewPortTopGets the position of the top edge of the selection rectangle in view port units.
ViewPortWidthGets the width of the selection rectangle in view port units.
ViewPortHeightGets the height of the selection rectangle in view port units.
Note: Properties inherited from MouseEvent are omitted.

Methods
NameDescription
Note: Methods inherited from MouseEvent are omitted.

Events
NameDescription
Note: Events inherited from MouseEvent are omitted.