C# 클래스 MTExample4_1.ChartStyle

파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics 1 사용 예제들

공개 메소드들

메소드 설명
ChartStyle ( ChartCanvas fm1 ) : System.Drawing
PlotPanelStyle ( Graphics g ) : void
Point2D ( System.Drawing.CGPoint pt ) : Point
SetChartArea ( Graphics g ) : void

비공개 메소드들

메소드 설명
AddLabels ( Graphics g ) : void
SetPlotPanel ( Graphics g ) : void

메소드 상세

ChartStyle() 공개 메소드

public ChartStyle ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
리턴 System.Drawing

PlotPanelStyle() 공개 메소드

public PlotPanelStyle ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

Point2D() 공개 메소드

public Point2D ( System.Drawing.CGPoint pt ) : Point
pt System.Drawing.CGPoint
리턴 System.Drawing.Point

SetChartArea() 공개 메소드

public SetChartArea ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void