C# 클래스 LiveCharts.SeriesAlgorithms.PieAlgorithm

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

공개 메소드들

메소드 설명
PieAlgorithm ( ISeriesView view ) : System.Linq

Initializes a new instance of the PieAlgorithm class.

Update ( ) : void

Updates this instance.

메소드 상세

PieAlgorithm() 공개 메소드

Initializes a new instance of the PieAlgorithm class.
public PieAlgorithm ( ISeriesView view ) : System.Linq
view ISeriesView The view.
리턴 System.Linq

Update() 공개 메소드

Updates this instance.
public Update ( ) : void
리턴 void