C# Class TechStudio.MonoTouch.Controls.BarPlot

Inheritance: UIView
Afficher le fichier Open project: Earthware/Simple-iOS-Bar-Chart

Méthodes publiques

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

Private Methods

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

Method Details

BarPlot() public méthode

public BarPlot ( double>.IDictionary data, RectangleF bounds ) : System
data double>.IDictionary
bounds System.Drawing.RectangleF
Résultat System

RaiseBars() public méthode

public RaiseBars ( ) : void
Résultat void