Method | Description | |
---|---|---|
Draw ( Graphics g, |
Renders the histogram.
|
|
DrawInLegend ( Graphics g, Xwt.Rectangle startEnd ) : void |
Draws a representation of this plot in the legend.
|
|
HistogramPlot ( ) : System |
Constructor
|
|
StackedTo ( |
Stack the histogram to another HistogramPlot.
|
|
SuggestXAxis ( ) : |
Returns an x-axis that is suitable for drawing this plot.
|
|
SuggestYAxis ( ) : |
Returns a y-axis that is suitable for drawing this plot.
|
public Draw ( Graphics g, |
||
g | Graphics | The Graphics surface on which to draw |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
return | void |
public DrawInLegend ( Graphics g, Xwt.Rectangle startEnd ) : void | ||
g | Graphics | The graphics surface on which to draw. |
startEnd | Xwt.Rectangle | A rectangle specifying the bounds of the area in the legend set aside for drawing. |
return | void |