C# 클래스 NPlot.LabelPointPlot

Encapsulates functionality
상속: PointPlot, ISequencePlot
파일 보기 프로젝트 열기: mono/nplot-gtk 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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

LabelPointPlot() 공개 메소드

Default Constructor
public LabelPointPlot ( ) : System
리턴 System

LabelPointPlot() 공개 메소드

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