C# Class LiveCharts.Uwp.PieChart

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

Méthodes publiques

Свойство Type Description
HoverPushOutProperty Windows.UI.Xaml.DependencyProperty
InnerRadiusProperty Windows.UI.Xaml.DependencyProperty
StartingRotationAngleProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
PieChart ( ) : System

Initializes a new instance of PieChart class

Méthodes protégées

Méthode Description
GetTooltipPosition ( ChartPoint senderPoint ) : Point

Gets the tooltip position.

Method Details

GetTooltipPosition() protected méthode

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

PieChart() public méthode

Initializes a new instance of PieChart class
public PieChart ( ) : System
Résultat System

Property Details

HoverPushOutProperty public_oe static_oe property

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

StartingRotationAngleProperty public_oe static_oe property

The starting rotation angle property
public static DependencyProperty,Windows.UI.Xaml StartingRotationAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty