C# Класс LiveCharts.Charts.PieChartCore

Наследование: ChartCore
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PieChartCore ( IChartView view, ChartUpdater updater ) : System

Initializes a new instance of the PieChartCore class.

PrepareAxes ( ) : void

Prepares the axes.

Описание методов

PieChartCore() публичный метод

Initializes a new instance of the PieChartCore class.
public PieChartCore ( IChartView view, ChartUpdater updater ) : System
view IChartView The view.
updater ChartUpdater The updater.
Результат System

PrepareAxes() публичный метод

Prepares the axes.
There is a invalid series in the series collection, " + /// "verify that all the series implement IPieSeries.
public PrepareAxes ( ) : void
Результат void