C# Class mcp.Graphs.DateTimeInfoGraphBox

Inheritance: DateTimeGraphBox
Show file Open project: MarkPaxton/SensorShare3

Protected Properties

Property Type Description
infoPoints List
itemsWithinGraphRange Predicate
itemsWithinMouseRange Predicate
yPositionOfInfoPoints int

Public Methods

Method Description
AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
DateTimeInfoGraphBox ( ) : System

Protected Methods

Method Description
CompareDates ( DateIndex x, DateIndex y ) : int
DateTimeInfoGraphBox_MouseUp ( object sender, MouseEventArgs e ) : void
FireOnInfoPointSelected ( List list ) : void
PaintGraph ( object sender, System e ) : void
WithinGraphRange ( DateIndex target ) : bool
WithinMouseRange ( DateIndex target ) : bool
drawInfoPoints ( Graphics g ) : void

Method Details

AddInfoPoint() public method

public AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
time System.DateTime
index System.Guid
iconIndex int
return void

CompareDates() protected method

protected CompareDates ( DateIndex x, DateIndex y ) : int
x DateIndex
y DateIndex
return int

DateTimeInfoGraphBox() public method

public DateTimeInfoGraphBox ( ) : System
return System

DateTimeInfoGraphBox_MouseUp() protected method

protected DateTimeInfoGraphBox_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

FireOnInfoPointSelected() protected method

protected FireOnInfoPointSelected ( List list ) : void
list List
return void

PaintGraph() protected method

protected PaintGraph ( object sender, System e ) : void
sender object
e System
return void

WithinGraphRange() protected method

protected WithinGraphRange ( DateIndex target ) : bool
target DateIndex
return bool

WithinMouseRange() protected method

protected WithinMouseRange ( DateIndex target ) : bool
target DateIndex
return bool

drawInfoPoints() protected method

protected drawInfoPoints ( Graphics g ) : void
g System.Drawing.Graphics
return void

Property Details

infoPoints protected property

protected List infoPoints
return List

itemsWithinGraphRange protected property

protected Predicate itemsWithinGraphRange
return Predicate

itemsWithinMouseRange protected property

protected Predicate itemsWithinMouseRange
return Predicate

yPositionOfInfoPoints protected property

protected int yPositionOfInfoPoints
return int