NPlot Documented Class Library

HistogramPlot.Draw Method 

[This is preliminary documentation and subject to change.]

Renders the histogram.

public void Draw(
   Graphics g,
   PhysicalAxis xAxis,
   PhysicalAxis yAxis
);

Parameters

g
The Graphics surface on which to draw
xAxis
The X-Axis to draw against.
yAxis
The Y-Axis to draw against.

Implements

IDrawable.Draw

See Also

HistogramPlot Class | NPlot Namespace