C# Class LiveCharts.Charts.PieChartCore

Inheritance: ChartCore
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode Description
PieChartCore ( IChartView view, ChartUpdater updater ) : System

Initializes a new instance of the PieChartCore class.

PrepareAxes ( ) : void

Prepares the axes.

Method Details

PieChartCore() public méthode

Initializes a new instance of the PieChartCore class.
public PieChartCore ( IChartView view, ChartUpdater updater ) : System
view IChartView The view.
updater ChartUpdater The updater.
Résultat System

PrepareAxes() public méthode

Prepares the axes.
There is a invalid series in the series collection, " + /// "verify that all the series implement IPieSeries.
public PrepareAxes ( ) : void
Résultat void