C# Class NPlot.LabelPointPlot

Encapsulates functionality
Inheritance: PointPlot, ISequencePlot
Mostra file Open project: mono/nplot-gtk Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void

Draws the plot on a GDI+ surface against the provided x and y axes.

LabelPointPlot ( ) : System

Default Constructor

LabelPointPlot ( Marker marker ) : System

Constructor

Method Details

Draw() public method

Draws the plot on a GDI+ surface against the provided x and y axes.
public Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void
g System.Drawing.Graphics The GDI+ surface on which to draw.
xAxis PhysicalAxis The X-Axis to draw against.
yAxis PhysicalAxis The Y-Axis to draw against.
return void

LabelPointPlot() public method

Default Constructor
public LabelPointPlot ( ) : System
return System

LabelPointPlot() public method

Constructor
public LabelPointPlot ( Marker marker ) : System
marker Marker The marker type to use for this plot.
return System