C# Class TechStudio.MonoTouch.Controls.BarPlot.Bar

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

Méthodes publiques

Méthode Description
Bar ( double val, string text, RectangleF frame, double dataSetTotal, float textHeight, float gap ) : System
GetFinalLabelFrame ( ) : RectangleF

Private Methods

Méthode Description
CreateLabel ( string text ) : void
CreatePercentageLabel ( float total ) : void

Method Details

Bar() public méthode

public Bar ( double val, string text, RectangleF frame, double dataSetTotal, float textHeight, float gap ) : System
val double
text string
frame System.Drawing.RectangleF
dataSetTotal double
textHeight float
gap float
Résultat System

GetFinalLabelFrame() public méthode

public GetFinalLabelFrame ( ) : RectangleF
Résultat System.Drawing.RectangleF