Graph object
More...
Inherits IVisualComponent.
|
void | AddData (object O) |
| Add new data object to the graph More...
|
|
void | AddData (object O, string Description) |
| Add new data object to the graph More...
|
|
void | AddData (object O, Pen Pen) |
| Add new data object to the graph More...
|
|
void | AddData (object O, string Description, Pen Pen) |
| Add new data object to the graph More...
|
|
void | AddData (object P, Pen Pen, ePointStyle PointStyle) |
| Add new data object to the graph More...
|
|
IVisualComponent | Draw (double Width, double Height) |
| Draw the graph to the layout More...
|
|
Add new data object to the graph
- Parameters
-
void AddData |
( |
object |
O, |
|
|
string |
Description |
|
) |
| |
Add new data object to the graph
- Parameters
-
O | Point or list of points |
Description | Description of the point/dataset - will be used in graph legend |
void AddData |
( |
object |
O, |
|
|
Pen |
Pen |
|
) |
| |
Add new data object to the graph
- Parameters
-
O | Point or list of points |
Pen | Pen used to render the point in the graph |
void AddData |
( |
object |
O, |
|
|
string |
Description, |
|
|
Pen |
Pen |
|
) |
| |
Add new data object to the graph
- Parameters
-
O | Point or list of points |
Description | Description of the point/dataset - will be used in graph legend |
Pen | Pen used to render the point in the graph |
void AddData |
( |
object |
P, |
|
|
Pen |
Pen, |
|
|
ePointStyle |
PointStyle |
|
) |
| |
Add new data object to the graph
- Parameters
-
P | Point to be added to the graph |
Pen | Pen used to render the point in the graph |
PointStyle | PointStyle used for the point |
IVisualComponent Draw |
( |
double |
Width, |
|
|
double |
Height |
|
) |
| |
Draw the graph to the layout
- Parameters
-
Width | Width in pixels |
Height | Height in pixels |
- Returns