C# Class MTExample4_1.ChartStyle

Mostrar archivo Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Methods

Method Description
ChartStyle ( ChartCanvas fm1 ) : System.Drawing
PlotPanelStyle ( Graphics g ) : void
Point2D ( System.Drawing.CGPoint pt ) : Point
SetChartArea ( Graphics g ) : void

Private Methods

Method Description
AddLabels ( Graphics g ) : void
SetPlotPanel ( Graphics g ) : void

Method Details

ChartStyle() public method

public ChartStyle ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
return System.Drawing

PlotPanelStyle() public method

public PlotPanelStyle ( Graphics g ) : void
g System.Drawing.Graphics
return void

Point2D() public method

public Point2D ( System.Drawing.CGPoint pt ) : Point
pt System.Drawing.CGPoint
return System.Drawing.Point

SetChartArea() public method

public SetChartArea ( Graphics g ) : void
g System.Drawing.Graphics
return void