C# Class CrossPieCharts.UWP.PieCharts.PieChart

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

Public Properties

Property 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

Public Methods

Method Description
InitializePieChart ( ) : void
PieChart ( ) : System
RenderArc ( ) : void

Private Methods

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

Method Details

InitializePieChart() public method

public InitializePieChart ( ) : void
return void

PieChart() public method

public PieChart ( ) : System
return System

RenderArc() public method

public RenderArc ( ) : void
return void

Property Details

BackgroundColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml BackgroundColorProperty
return Windows.UI.Xaml.DependencyProperty

PercentageProperty public static property

public static DependencyProperty,Windows.UI.Xaml PercentageProperty
return Windows.UI.Xaml.DependencyProperty

RadiusProperty public static property

public static DependencyProperty,Windows.UI.Xaml RadiusProperty
return Windows.UI.Xaml.DependencyProperty

Segment360ColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml Segment360ColorProperty
return Windows.UI.Xaml.DependencyProperty

SegmentColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml SegmentColorProperty
return Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public static property

public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
return Windows.UI.Xaml.DependencyProperty