Property | 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 |
Method | Description | |
---|---|---|
Chart ( double width, double height ) : System | ||
Reset ( ) : void | ||
SetData ( Primitive data ) : void | ||
Update ( ) : void | ||
_ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
public Chart ( double width, double height ) : System | ||
width | double | |
height | double | |
return | System |
public static _ValueClickedEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
sender | Object | |
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
public static SmallBasicCallback _ValueClickedDelegate | ||
return | SmallBasicCallback |