C# Class LitDev.Chart

Inheritance: System.Windows.Controls.Canvas
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Chart ( double width, double height ) : System
Reset ( ) : void
SetData ( Primitive data ) : void
Update ( ) : void
_ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Chart() public méthode

public Chart ( double width, double height ) : System
width double
height double
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetData() public méthode

public SetData ( Primitive data ) : void
data Primitive
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

_ValueClickedEvent() public static méthode

public static _ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender Object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

Property Details

Count public_oe property

public int Count
Résultat int

Labels public_oe property

public List Labels
Résultat List

Min public_oe property

public double Min
Résultat double

Total public_oe property

public double Total
Résultat double

Values public_oe property

public List Values
Résultat List

_ValueClickedDelegate public_oe static_oe property

public static SmallBasicCallback _ValueClickedDelegate
Résultat SmallBasicCallback

bLegendBackground public_oe property

public bool bLegendBackground
Résultat bool

centralColour public_oe property

public string centralColour
Résultat string

eHSL public_oe property

public HSL eHSL
Résultat HSL

eLegend public_oe property

public Legends eLegend
Résultat Legends

eStyle public_oe property

public Styles eStyle
Résultat Styles

endColor public_oe property

public double endColor
Résultat double

hue public_oe property

public double hue
Résultat double

lastChart public_oe static_oe property

public static string lastChart
Résultat string

lastLabel public_oe static_oe property

public static string lastLabel
Résultat string

legendScale public_oe property

public double legendScale
Résultat double

lightness public_oe property

public double lightness
Résultat double

saturation public_oe property

public double saturation
Résultat double

scale public_oe property

public double scale
Résultat double

startColor public_oe property

public double startColor
Résultat double

xc public_oe property

public double xc
Résultat double