C# 클래스 NPlot.PointPlot

Encapsulates functionality for drawing data as a series of points.
상속: BaseSequencePlot, ISequencePlot, IPlot
파일 보기 프로젝트 열기: mono/nplot-gtk 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void

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

DrawInLegend ( Graphics g, Rectangle startEnd ) : void

Draws a representation of this plot in the legend.

PointPlot ( ) : System

Default Constructor

PointPlot ( Marker marker ) : System

Constructor for the marker plot.

SuggestXAxis ( ) : Axis

Returns an x-axis that is suitable for drawing this plot.

SuggestYAxis ( ) : Axis

Returns a y-axis that is suitable for drawing this plot.

메소드 상세

Draw() 공개 메소드

Draws the point 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.
리턴 void

DrawInLegend() 공개 메소드

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.
리턴 void

PointPlot() 공개 메소드

Default Constructor
public PointPlot ( ) : System
리턴 System

PointPlot() 공개 메소드

Constructor for the marker plot.
public PointPlot ( Marker marker ) : System
marker Marker The marker to use.
리턴 System

SuggestXAxis() 공개 메소드

Returns an x-axis that is suitable for drawing this plot.
public SuggestXAxis ( ) : Axis
리턴 Axis

SuggestYAxis() 공개 메소드

Returns a y-axis that is suitable for drawing this plot.
public SuggestYAxis ( ) : Axis
리턴 Axis