C# 클래스 LiveCharts.Defaults.PolarPoint

An already configured chart point, this class notifies the chart to update every time a property changes
상속: IObservableChartPoint
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
PolarPoint ( ) : System

Initializes a new instance of PolarPoint class

PolarPoint ( double radius, double angle ) : System

Initializes a new instance of PolarPoint class, giving angle and radius

보호된 메소드들

메소드 설명
OnPointChanged ( ) : void

On point property changed method

메소드 상세

OnPointChanged() 보호된 메소드

On point property changed method
protected OnPointChanged ( ) : void
리턴 void

PolarPoint() 공개 메소드

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

PolarPoint() 공개 메소드

Initializes a new instance of PolarPoint class, giving angle and radius
public PolarPoint ( double radius, double angle ) : System
radius double
angle double
리턴 System