C# 클래스 NPlot.HistogramPlot

Provides the ability to draw histogram plots
상속: BaseSequencePlot, IPlot, ISequencePlot
파일 보기 프로젝트 열기: mono/nplot-gtk 1 사용 예제들

공개 메소드들

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

Renders the histogram.

DrawInLegend ( Graphics g, Xwt.Rectangle startEnd ) : void

Draws a representation of this plot in the legend.

HistogramPlot ( ) : System

Constructor

StackedTo ( HistogramPlot hp ) : void

Stack the histogram to another HistogramPlot.

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() 공개 메소드

Renders the histogram.
public Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void
g Graphics The Graphics 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, Xwt.Rectangle startEnd ) : void
g Graphics The graphics surface on which to draw.
startEnd Xwt.Rectangle A rectangle specifying the bounds of the area in the legend set aside for drawing.
리턴 void

HistogramPlot() 공개 메소드

Constructor
public HistogramPlot ( ) : System
리턴 System

StackedTo() 공개 메소드

Stack the histogram to another HistogramPlot.
public StackedTo ( HistogramPlot hp ) : void
hp HistogramPlot
리턴 void

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