C# Class MTExample4_1.ChartCanvas

Inheritance: UIView
Datei anzeigen Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Properties

Property Type Description
PlotPanel PlotPanel

Public Methods

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

Method Details

AddData() public method

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

ChartCanvas() public method

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

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

PlotPanelPaint() public method

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

Property Details

PlotPanel public_oe property

public PlotPanel,MTExample4_1 PlotPanel
return PlotPanel