C# Class LiveCharts.Uwp.AngularGauge

The gauge chart is useful to display progress or completion.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
AnimationsSpeedProperty Windows.UI.Xaml.DependencyProperty
DisableaAnimationsProperty Windows.UI.Xaml.DependencyProperty
FromValueProperty Windows.UI.Xaml.DependencyProperty
LabelFormatterProperty Windows.UI.Xaml.DependencyProperty
LabelsStepProperty Windows.UI.Xaml.DependencyProperty
NeedleFillProperty Windows.UI.Xaml.DependencyProperty
SectionsInnerRadiusProperty Windows.UI.Xaml.DependencyProperty
SectionsProperty Windows.UI.Xaml.DependencyProperty
TicksForegroundProperty Windows.UI.Xaml.DependencyProperty
TicksStepProperty Windows.UI.Xaml.DependencyProperty
TicksStrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
ToValueProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty
WedgeProperty Windows.UI.Xaml.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, DependencyPropertyChangedEventArgs e ) : void
UpdateSections ( ) : void
ValueChangedCallback ( DependencyObject o, 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 static property

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

DisableaAnimationsProperty public static property

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

FromValueProperty public static property

From value property
public static DependencyProperty,Windows.UI.Xaml FromValueProperty
return Windows.UI.Xaml.DependencyProperty

LabelFormatterProperty public static property

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

LabelsStepProperty public static property

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

NeedleFillProperty public static property

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

SectionsInnerRadiusProperty public static property

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

SectionsProperty public static property

The sections property
public static DependencyProperty,Windows.UI.Xaml SectionsProperty
return Windows.UI.Xaml.DependencyProperty

TicksForegroundProperty public static property

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

TicksStepProperty public static property

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

TicksStrokeThicknessProperty public static property

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

ToValueProperty public static property

To value property
public static DependencyProperty,Windows.UI.Xaml ToValueProperty
return Windows.UI.Xaml.DependencyProperty

ValueProperty public static property

The value property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty

WedgeProperty public static property

The wedge property
public static DependencyProperty,Windows.UI.Xaml WedgeProperty
return Windows.UI.Xaml.DependencyProperty