C# Class LiveCharts.Uwp.Gauge

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
FromColorProperty Windows.UI.Xaml.DependencyProperty
FromProperty Windows.UI.Xaml.DependencyProperty
GaugeBackgroundProperty Windows.UI.Xaml.DependencyProperty
HighFontSizeProperty Windows.UI.Xaml.DependencyProperty
InnerRadiusProperty Windows.UI.Xaml.DependencyProperty
LabelFormatterProperty Windows.UI.Xaml.DependencyProperty
StrokeProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
ToColorProperty Windows.UI.Xaml.DependencyProperty
ToProperty Windows.UI.Xaml.DependencyProperty
Uses360ModeProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
LinearInterpolation byte
Update void
UpdateCallback void

Public Methods

Method Description
Gauge ( ) : System

Initializes a new instance of the Gauge class.

Private Methods

Method Description
LinearInterpolation ( double from, double to ) : byte
Update ( ) : void
UpdateCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

Gauge() public method

Initializes a new instance of the Gauge class.
public Gauge ( ) : 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

FromColorProperty public static property

From color property
public static DependencyProperty,Windows.UI.Xaml FromColorProperty
return Windows.UI.Xaml.DependencyProperty

FromProperty public static property

From property
public static DependencyProperty,Windows.UI.Xaml FromProperty
return Windows.UI.Xaml.DependencyProperty

GaugeBackgroundProperty public static property

The gauge background property
public static DependencyProperty,Windows.UI.Xaml GaugeBackgroundProperty
return Windows.UI.Xaml.DependencyProperty

HighFontSizeProperty public static property

The high font size property
public static DependencyProperty,Windows.UI.Xaml HighFontSizeProperty
return Windows.UI.Xaml.DependencyProperty

InnerRadiusProperty public static property

The inner radius property
public static DependencyProperty,Windows.UI.Xaml InnerRadiusProperty
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

StrokeProperty public static property

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
return Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public static property

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

ToColorProperty public static property

To color property
public static DependencyProperty,Windows.UI.Xaml ToColorProperty
return Windows.UI.Xaml.DependencyProperty

ToProperty public static property

To property
public static DependencyProperty,Windows.UI.Xaml ToProperty
return Windows.UI.Xaml.DependencyProperty

Uses360ModeProperty public static property

The uses360 mode property
public static DependencyProperty,Windows.UI.Xaml Uses360ModeProperty
return Windows.UI.Xaml.DependencyProperty

ValueProperty public static property

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