C# Class LiveCharts.Uwp.PieSeries

The pie series should be added only in a pie chart.
Inheritance: Series, IPieSeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
PushOutProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

PieSeries ( ) : System

Initializes a new instance of PieSeries class

PieSeries ( object configuration ) : System

Initializes a new instance of PieSeries class with a given mapper.

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public méthode

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Résultat IChartPointView

PieSeries() public méthode

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

PieSeries() public méthode

Initializes a new instance of PieSeries class with a given mapper.
public PieSeries ( object configuration ) : System
configuration object
Résultat System

Property Details

PushOutProperty public_oe static_oe property

The push out property
public static DependencyProperty,Windows.UI.Xaml PushOutProperty
Résultat Windows.UI.Xaml.DependencyProperty