C# 클래스 Example4_2.ChartStyle

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

공개 메소드들

메소드 설명
ChartStyle ( ChartCanvas fm1 ) : System
PlotPanelStyle ( Graphics g ) : void
Point2D ( PointF pt ) : PointF
SetChartArea ( Graphics g ) : void

비공개 메소드들

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

메소드 상세

ChartStyle() 공개 메소드

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

PlotPanelStyle() 공개 메소드

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

Point2D() 공개 메소드

public Point2D ( PointF pt ) : PointF
pt System.Drawing.PointF
리턴 System.Drawing.PointF

SetChartArea() 공개 메소드

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