Method | Description | |
---|---|---|
ChartTextPoint ( |
Create simple square point on chart with specified color and text near it
|
|
Draw ( |
Chart will calls this method to draw object
|
public ChartTextPoint ( |
||
chart | Chart for point | |
text | string | Text near the point |
center | DPoint | The center position of this point, in real coordinates |
place_type | TextPlaceType | Text placement type of text near the point |
return | System |
public Draw ( |
||
g | Graphics, which should be used for drawing | |
return | void |