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

Inheritance: UIView
Datei anzeigen Open project: Earthware/Simple-iOS-Bar-Chart

Public Methods

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

Private Methods

Method Description
CreateLabel ( string text ) : void
CreatePercentageLabel ( float total ) : void

Method Details

Bar() public method

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
return System

GetFinalLabelFrame() public method

public GetFinalLabelFrame ( ) : RectangleF
return System.Drawing.RectangleF