C# Class MTExample4_9.ChartCanvas

Inheritance: UIView
Show file Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Properties

Property Type Description
PlotPanel PlotPanel

Public Methods

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

Method Details

AddData() public method

public AddData ( ) : void
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 property

public PlotPanel,MTExample4_9 PlotPanel
return PlotPanel