C# 클래스 TechStudio.MonoTouch.Controls.BarPlot

상속: UIView
파일 보기 프로젝트 열기: Earthware/Simple-iOS-Bar-Chart

공개 메소드들

메소드 설명
BarPlot ( double>.IDictionary data, RectangleF bounds ) : System
RaiseBars ( ) : void

비공개 메소드들

메소드 설명
CalculateBarWidth ( ) : float
CalculateBarX ( int i ) : float
CalculateBarY ( double val ) : float
CreateBars ( ) : void
DrawBackground ( ) : void
DrawLines ( ) : void

메소드 상세

BarPlot() 공개 메소드

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

RaiseBars() 공개 메소드

public RaiseBars ( ) : void
리턴 void