C# Class NPlot.BaseSequenceLinePlot

supplies implementation of basic functionality for plots based on drawing lines [line, step and histogram].
If C# had multiple inheritance, the heirachy would be different. The way it is isn't very nice.
Inheritance: BaseSequencePlot, ISequencePlot
Mostra file Open project: mono/nplot-gtk

Public Methods

Method Description
DrawInLegend ( Graphics g, Rectangle startEnd ) : void

Draws a representation of this plot in the legend.

Method Details

DrawInLegend() public method

Draws a representation of this plot in the legend.
public DrawInLegend ( Graphics g, Rectangle startEnd ) : void
g System.Drawing.Graphics The graphics surface on which to draw.
startEnd System.Drawing.Rectangle A rectangle specifying the bounds of the area in the legend set aside for drawing.
return void