C# 클래스 LiveCharts.Defaults.ObservablePoint

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

공개 메소드들

메소드 설명
ObservablePoint ( ) : System

Initializes a new instance of ObservablePoint class

ObservablePoint ( double x, double y ) : System

Initializes a new instance of ObservablePoint class giving the x and y coordinates

보호된 메소드들

메소드 설명
OnPointChanged ( ) : void

OnPoint property changed method

메소드 상세

ObservablePoint() 공개 메소드

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

ObservablePoint() 공개 메소드

Initializes a new instance of ObservablePoint class giving the x and y coordinates
public ObservablePoint ( double x, double y ) : System
x double
y double
리턴 System

OnPointChanged() 보호된 메소드

OnPoint property changed method
protected OnPointChanged ( ) : void
리턴 void