C# Class LitDev.Chart

Inheritance: System.Windows.Controls.Canvas
Exibir arquivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

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

Public Methods

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

Method Details

Chart() public method

public Chart ( double width, double height ) : System
width double
height double
return System

Reset() public method

public Reset ( ) : void
return void

SetData() public method

public SetData ( Primitive data ) : void
data Primitive
return void

Update() public method

public Update ( ) : void
return void

_ValueClickedEvent() public static method

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

Property Details

Count public_oe property

public int Count
return int

Labels public_oe property

public List Labels
return List

Min public_oe property

public double Min
return double

Total public_oe property

public double Total
return double

Values public_oe property

public List Values
return List

_ValueClickedDelegate public_oe static_oe property

public static SmallBasicCallback _ValueClickedDelegate
return SmallBasicCallback

bLegendBackground public_oe property

public bool bLegendBackground
return bool

centralColour public_oe property

public string centralColour
return string

eHSL public_oe property

public HSL eHSL
return HSL

eLegend public_oe property

public Legends eLegend
return Legends

eStyle public_oe property

public Styles eStyle
return Styles

endColor public_oe property

public double endColor
return double

hue public_oe property

public double hue
return double

lastChart public_oe static_oe property

public static string lastChart
return string

lastLabel public_oe static_oe property

public static string lastLabel
return string

legendScale public_oe property

public double legendScale
return double

lightness public_oe property

public double lightness
return double

saturation public_oe property

public double saturation
return double

scale public_oe property

public double scale
return double

startColor public_oe property

public double startColor
return double

xc public_oe property

public double xc
return double