C# Class MTExample4_8.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
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

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_8 PlotPanel
return PlotPanel