Method | Description | |
---|---|---|
ChartPoint ( |
Create simple square point on chart
|
|
ChartPoint ( |
Create simple square point on chart
|
|
ChartPoint ( |
Create simple square point on chart
|
|
ChartPoint ( |
Create simple square point on chart
|
|
Draw ( |
Chart will calls this method to draw object
|
|
GetRealRect ( |
Chart will calls this method to determine visible bounds of object with given view scale and graphics
|
|
GetScreenRect ( |
Gets the rectangle of object in screen coordinates
|
public ChartPoint ( |
||
chart | Chart for point | |
return | System |
public ChartPoint ( |
||
chart | Chart for point | |
center | DPoint | The center position of this point, in real coordinates |
return | System |
public ChartPoint ( |
||
chart | Chart for point | |
center | DPoint | The center position of this point, in real coordinates |
color | Color | The color of this point |
return | System |
public ChartPoint ( |
||
chart | Chart for point | |
center | DPoint | The center position of this point, in real coordinates |
color | Color | The color of this point |
size | The size of this point, in screen coordinates | |
return | System |
public Draw ( |
||
g | Graphics, which should be used for drawing | |
return | void |
public GetRealRect ( |
||
g | Current Graphics object, use it for MeasureStringWidth or something else | |
view_scale | double | Current view scale of chart |
return |
public GetScreenRect ( |
||
g | Current Graphics object, use it for MeasureStringWidth or something else | |
view_scale | double | Current view scale of chart |
return |