C# Class CrossPieCharts.UWP.PieCharts.PieChart

Pie Chart control for UWP.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: HoussemDellai/Xamarin-Forms-Pie-Chart

Méthodes publiques

Свойство Type Description
BackgroundColorProperty Windows.UI.Xaml.DependencyProperty
PercentageProperty Windows.UI.Xaml.DependencyProperty
RadiusProperty Windows.UI.Xaml.DependencyProperty
Segment360ColorProperty Windows.UI.Xaml.DependencyProperty
SegmentColorProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
InitializePieChart ( ) : void
PieChart ( ) : System
RenderArc ( ) : void

Private Methods

Méthode Description
ComputeCartesianCoordinate ( double angle, double radius ) : Point
OnPercentageChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
OnPropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void

Method Details

InitializePieChart() public méthode

public InitializePieChart ( ) : void
Résultat void

PieChart() public méthode

public PieChart ( ) : System
Résultat System

RenderArc() public méthode

public RenderArc ( ) : void
Résultat void

Property Details

BackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

PercentageProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml PercentageProperty
Résultat Windows.UI.Xaml.DependencyProperty

RadiusProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

Segment360ColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Segment360ColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

SegmentColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SegmentColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty