C# Class LiveCharts.Uwp.AngularGauge

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
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

Свойство Type Description
Draw void
LinearInterpolation double
MoveStick void
Redraw void
UpdateSections void
ValueChangedCallback void

Méthodes publiques

Méthode Description
AngularGauge ( ) : System

Initializes a new instance of the AngularGauge class.

Private Methods

Méthode 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 méthode

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

DisableaAnimationsProperty public_oe static_oe property

The disablea animations property
public static DependencyProperty,Windows.UI.Xaml DisableaAnimationsProperty
Résultat Windows.UI.Xaml.DependencyProperty

FromValueProperty public_oe static_oe property

From value property
public static DependencyProperty,Windows.UI.Xaml FromValueProperty
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

LabelsStepProperty public_oe static_oe property

The labels step property
public static DependencyProperty,Windows.UI.Xaml LabelsStepProperty
Résultat Windows.UI.Xaml.DependencyProperty

NeedleFillProperty public_oe static_oe property

The needle fill property
public static DependencyProperty,Windows.UI.Xaml NeedleFillProperty
Résultat Windows.UI.Xaml.DependencyProperty

SectionsInnerRadiusProperty public_oe static_oe property

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

SectionsProperty public_oe static_oe property

The sections property
public static DependencyProperty,Windows.UI.Xaml SectionsProperty
Résultat Windows.UI.Xaml.DependencyProperty

TicksForegroundProperty public_oe static_oe property

The ticks foreground property
public static DependencyProperty,Windows.UI.Xaml TicksForegroundProperty
Résultat Windows.UI.Xaml.DependencyProperty

TicksStepProperty public_oe static_oe property

The ticks step property
public static DependencyProperty,Windows.UI.Xaml TicksStepProperty
Résultat Windows.UI.Xaml.DependencyProperty

TicksStrokeThicknessProperty public_oe static_oe property

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

ToValueProperty public_oe static_oe property

To value property
public static DependencyProperty,Windows.UI.Xaml ToValueProperty
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

WedgeProperty public_oe static_oe property

The wedge property
public static DependencyProperty,Windows.UI.Xaml WedgeProperty
Résultat Windows.UI.Xaml.DependencyProperty