Method | Description | |
---|---|---|
BarPlot ( ) : System |
Default Constructor
|
|
Draw ( |
Draws the line plot on a GDI+ surface against the provided x and y axes.
|
|
DrawInLegend ( |
Draws a representation of this plot in the legend.
|
|
SuggestXAxis ( ) : |
Returns an x-axis that is suitable for drawing this plot.
|
|
SuggestYAxis ( ) : |
Returns a y-axis that is suitable for drawing this plot.
|
|
WriteData ( System sb, |
Write data associated with the plot as text. TODO: not implemented. |
public Draw ( |
||
g | The GDI+ surface on which to draw. | |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
return | void |
public DrawInLegend ( |
||
g | The graphics surface on which to draw. | |
startEnd | A rectangle specifying the bounds of the area in the legend set aside for drawing. | |
return | void |
public WriteData ( System sb, |
||
sb | System | the string builder to write to. |
region | Only write out data in this region if onlyInRegion is true. | |
onlyInRegion | bool | If true, only data in region is written, else all data is written. |
return | void |