C# Class LiveCharts.Wpf.AngularGauge

The gauge chart is useful to display progress or completion.
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
AnimationsSpeedProperty System.Windows.DependencyProperty
DisableaAnimationsProperty System.Windows.DependencyProperty
FromValueProperty System.Windows.DependencyProperty
LabelFormatterProperty System.Windows.DependencyProperty
LabelsEffectProperty System.Windows.DependencyProperty
LabelsStepProperty System.Windows.DependencyProperty
NeedleFillProperty System.Windows.DependencyProperty
SectionsInnerRadiusProperty System.Windows.DependencyProperty
SectionsProperty System.Windows.DependencyProperty
TicksForegroundProperty System.Windows.DependencyProperty
TicksStepProperty System.Windows.DependencyProperty
TicksStrokeThicknessProperty System.Windows.DependencyProperty
ToValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
WedgeProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
Draw void
LinearInterpolation double
MoveStick void
Redraw void
UpdateSections void
ValueChangedCallback void

Public Methods

Method Description
AngularGauge ( ) : System

Initializes a new instance of the AngularGauge class.

Private Methods

Method Description
Draw ( ) : void
LinearInterpolation ( double fromA, double toA, double fromB, double toB, double value ) : double
MoveStick ( ) : void
Redraw ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateSections ( ) : void
ValueChangedCallback ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

AngularGauge() public method

Initializes a new instance of the AngularGauge class.
public AngularGauge ( ) : System
return System

Property Details

AnimationsSpeedProperty public_oe static_oe property

The animations speed property
public static DependencyProperty,System.Windows AnimationsSpeedProperty
return System.Windows.DependencyProperty

DisableaAnimationsProperty public_oe static_oe property

The disablea animations property
public static DependencyProperty,System.Windows DisableaAnimationsProperty
return System.Windows.DependencyProperty

FromValueProperty public_oe static_oe property

From value property
public static DependencyProperty,System.Windows FromValueProperty
return System.Windows.DependencyProperty

LabelFormatterProperty public_oe static_oe property

The label formatter property
public static DependencyProperty,System.Windows LabelFormatterProperty
return System.Windows.DependencyProperty

LabelsEffectProperty public_oe static_oe property

The labels effect property
public static DependencyProperty,System.Windows LabelsEffectProperty
return System.Windows.DependencyProperty

LabelsStepProperty public_oe static_oe property

The labels step property
public static DependencyProperty,System.Windows LabelsStepProperty
return System.Windows.DependencyProperty

NeedleFillProperty public_oe static_oe property

The needle fill property
public static DependencyProperty,System.Windows NeedleFillProperty
return System.Windows.DependencyProperty

SectionsInnerRadiusProperty public_oe static_oe property

The sections inner radius property
public static DependencyProperty,System.Windows SectionsInnerRadiusProperty
return System.Windows.DependencyProperty

SectionsProperty public_oe static_oe property

The sections property
public static DependencyProperty,System.Windows SectionsProperty
return System.Windows.DependencyProperty

TicksForegroundProperty public_oe static_oe property

The ticks foreground property
public static DependencyProperty,System.Windows TicksForegroundProperty
return System.Windows.DependencyProperty

TicksStepProperty public_oe static_oe property

The ticks step property
public static DependencyProperty,System.Windows TicksStepProperty
return System.Windows.DependencyProperty

TicksStrokeThicknessProperty public_oe static_oe property

The ticks stroke thickness property
public static DependencyProperty,System.Windows TicksStrokeThicknessProperty
return System.Windows.DependencyProperty

ToValueProperty public_oe static_oe property

To value property
public static DependencyProperty,System.Windows ToValueProperty
return System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

The value property
public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty

WedgeProperty public_oe static_oe property

The wedge property
public static DependencyProperty,System.Windows WedgeProperty
return System.Windows.DependencyProperty