C# 클래스 NPlot.StepPlot

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

공개 메소드들

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

Draws the step 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.

StepPlot ( ) : System

Constructor.

SuggestXAxis ( ) : Axis

Returns an X-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.

SuggestYAxis ( ) : Axis

Returns an Y-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.

메소드 상세

Draw() 공개 메소드

Draws the step 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

StepPlot() 공개 메소드

Constructor.
public StepPlot ( ) : System
리턴 System

SuggestXAxis() 공개 메소드

Returns an X-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.
public SuggestXAxis ( ) : Axis
리턴 Axis

SuggestYAxis() 공개 메소드

Returns an Y-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.
public SuggestYAxis ( ) : Axis
리턴 Axis