Property | Type | Description | |
---|---|---|---|
Flags | uint |
Method | Description | |
---|---|---|
ChartObject ( |
Base constructor for all on-chart objects
|
|
Draw ( |
Chart will calls this method to draw object
|
public ChartObject ( |
||
chart | The chart on which object should be displayed | |
return | System |
public abstract Draw ( |
||
g | Graphics, which should be used for drawing | |
return | void |