C# 클래스 LitDev.Chart

상속: System.Windows.Controls.Canvas
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Labels List
Min double
Total double
Values List
_ValueClickedDelegate SmallBasicCallback
bLegendBackground bool
centralColour string
eHSL HSL
eLegend Legends
eStyle Styles
endColor double
hue double
lastChart string
lastLabel string
legendScale double
lightness double
saturation double
scale double
startColor double
xc double

공개 메소드들

메소드 설명
Chart ( double width, double height ) : System
Reset ( ) : void
SetData ( Primitive data ) : void
Update ( ) : void
_ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

Chart() 공개 메소드

public Chart ( double width, double height ) : System
width double
height double
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetData() 공개 메소드

public SetData ( Primitive data ) : void
data Primitive
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

_ValueClickedEvent() 공개 정적인 메소드

public static _ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender Object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

Labels 공개적으로 프로퍼티

public List Labels
리턴 List

Min 공개적으로 프로퍼티

public double Min
리턴 double

Total 공개적으로 프로퍼티

public double Total
리턴 double

Values 공개적으로 프로퍼티

public List Values
리턴 List

_ValueClickedDelegate 공개적으로 정적으로 프로퍼티

public static SmallBasicCallback _ValueClickedDelegate
리턴 SmallBasicCallback

bLegendBackground 공개적으로 프로퍼티

public bool bLegendBackground
리턴 bool

centralColour 공개적으로 프로퍼티

public string centralColour
리턴 string

eHSL 공개적으로 프로퍼티

public HSL eHSL
리턴 HSL

eLegend 공개적으로 프로퍼티

public Legends eLegend
리턴 Legends

eStyle 공개적으로 프로퍼티

public Styles eStyle
리턴 Styles

endColor 공개적으로 프로퍼티

public double endColor
리턴 double

hue 공개적으로 프로퍼티

public double hue
리턴 double

lastChart 공개적으로 정적으로 프로퍼티

public static string lastChart
리턴 string

lastLabel 공개적으로 정적으로 프로퍼티

public static string lastLabel
리턴 string

legendScale 공개적으로 프로퍼티

public double legendScale
리턴 double

lightness 공개적으로 프로퍼티

public double lightness
리턴 double

saturation 공개적으로 프로퍼티

public double saturation
리턴 double

scale 공개적으로 프로퍼티

public double scale
리턴 double

startColor 공개적으로 프로퍼티

public double startColor
리턴 double

xc 공개적으로 프로퍼티

public double xc
리턴 double