C# Class LiveCharts.Uwp.PieChart

The pie chart compares mainly the distribution of the data according to different series.
Inheritance: Chart, IPieChart
Show file Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
HoverPushOutProperty Windows.UI.Xaml.DependencyProperty
InnerRadiusProperty Windows.UI.Xaml.DependencyProperty
StartingRotationAngleProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
PieChart ( ) : System

Initializes a new instance of PieChart class

Protected Methods

Method Description
GetTooltipPosition ( ChartPoint senderPoint ) : Point

Gets the tooltip position.

Method Details

GetTooltipPosition() protected method

Gets the tooltip position.
protected GetTooltipPosition ( ChartPoint senderPoint ) : Point
senderPoint ChartPoint The sender point.
return Point

PieChart() public method

Initializes a new instance of PieChart class
public PieChart ( ) : System
return System

Property Details

HoverPushOutProperty public static property

The hover push out property
public static DependencyProperty,Windows.UI.Xaml HoverPushOutProperty
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

StartingRotationAngleProperty public static property

The starting rotation angle property
public static DependencyProperty,Windows.UI.Xaml StartingRotationAngleProperty
return Windows.UI.Xaml.DependencyProperty