C# Class LiveCharts.Uwp.Gauge

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

Méthodes publiques

Свойство 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

Свойство Type Description
LinearInterpolation byte
Update void
UpdateCallback void

Méthodes publiques

Méthode Description
Gauge ( ) : System

Initializes a new instance of the Gauge class.

Private Methods

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

Method Details

Gauge() public méthode

Initializes a new instance of the Gauge class.
public Gauge ( ) : System
Résultat System

Property Details

AnimationsSpeedProperty public_oe static_oe property

The animations speed property
public static DependencyProperty,Windows.UI.Xaml AnimationsSpeedProperty
Résultat Windows.UI.Xaml.DependencyProperty

FromColorProperty public_oe static_oe property

From color property
public static DependencyProperty,Windows.UI.Xaml FromColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

FromProperty public_oe static_oe property

From property
public static DependencyProperty,Windows.UI.Xaml FromProperty
Résultat Windows.UI.Xaml.DependencyProperty

GaugeBackgroundProperty public_oe static_oe property

The gauge background property
public static DependencyProperty,Windows.UI.Xaml GaugeBackgroundProperty
Résultat Windows.UI.Xaml.DependencyProperty

HighFontSizeProperty public_oe static_oe property

The high font size property
public static DependencyProperty,Windows.UI.Xaml HighFontSizeProperty
Résultat Windows.UI.Xaml.DependencyProperty

InnerRadiusProperty public_oe static_oe property

The inner radius property
public static DependencyProperty,Windows.UI.Xaml InnerRadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

LabelFormatterProperty public_oe static_oe property

The label formatter property
public static DependencyProperty,Windows.UI.Xaml LabelFormatterProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeProperty public_oe static_oe property

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public_oe static_oe property

The stroke thickness property
public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty

ToColorProperty public_oe static_oe property

To color property
public static DependencyProperty,Windows.UI.Xaml ToColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ToProperty public_oe static_oe property

To property
public static DependencyProperty,Windows.UI.Xaml ToProperty
Résultat Windows.UI.Xaml.DependencyProperty

Uses360ModeProperty public_oe static_oe property

The uses360 mode property
public static DependencyProperty,Windows.UI.Xaml Uses360ModeProperty
Résultat Windows.UI.Xaml.DependencyProperty

ValueProperty public_oe static_oe property

The value property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
Résultat Windows.UI.Xaml.DependencyProperty