C# 클래스 LiveCharts.Wpf.PieSeries

The pie series should be added only in a pie chart.
상속: Series, IPieSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PushOutProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

PieSeries ( ) : System

Initializes a new instance of PieSeries class

PieSeries ( object configuration ) : System

Initializes a new instance of PieSeries class with a given mapper.

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

GetPointView() 공개 메소드

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
리턴 IChartPointView

PieSeries() 공개 메소드

Initializes a new instance of PieSeries class
public PieSeries ( ) : System
리턴 System

PieSeries() 공개 메소드

Initializes a new instance of PieSeries class with a given mapper.
public PieSeries ( object configuration ) : System
configuration object
리턴 System

프로퍼티 상세

PushOutProperty 공개적으로 정적으로 프로퍼티

The push out property
public static DependencyProperty,System.Windows PushOutProperty
리턴 System.Windows.DependencyProperty