C# Class TechStudio.MonoTouch.Controls.BarPlot

Inheritance: UIView
显示文件 Open project: Earthware/Simple-iOS-Bar-Chart

Public Methods

Method Description
BarPlot ( double>.IDictionary data, RectangleF bounds ) : System
RaiseBars ( ) : void

Private Methods

Method Description
CalculateBarWidth ( ) : float
CalculateBarX ( int i ) : float
CalculateBarY ( double val ) : float
CreateBars ( ) : void
DrawBackground ( ) : void
DrawLines ( ) : void

Method Details

BarPlot() public method

public BarPlot ( double>.IDictionary data, RectangleF bounds ) : System
data double>.IDictionary
bounds System.Drawing.RectangleF
return System

RaiseBars() public method

public RaiseBars ( ) : void
return void