C# Class LiveCharts.Charts.PieChartCore

Inheritance: ChartCore
ファイルを表示 Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
PieChartCore ( IChartView view, ChartUpdater updater ) : System

Initializes a new instance of the PieChartCore class.

PrepareAxes ( ) : void

Prepares the axes.

Method Details

PieChartCore() public method

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

PrepareAxes() public method

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