C# Class MTExample5_5.ChartCanvas

Inheritance: UIView
Exibir arquivo Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Properties

Property Type Description
panel1 PlotPanel

Public Methods

Method Description
ChartCanvas ( CGRect rect ) : System
PlotPanelPaint ( object sender, System.Drawing.PaintEventArgs e ) : void

Method Details

ChartCanvas() public method

public ChartCanvas ( CGRect rect ) : System
rect CGRect
return System

PlotPanelPaint() public method

public PlotPanelPaint ( object sender, System.Drawing.PaintEventArgs e ) : void
sender object
e System.Drawing.PaintEventArgs
return void

Property Details

panel1 public_oe property

public PlotPanel,MTExample5_5 panel1
return PlotPanel