C# 클래스 LiveCharts.Charts.PieChartCore

상속: ChartCore
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
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