C# 클래스 LiveCharts.Defaults.OhlcPoint

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

공개 메소드들

메소드 설명
OhlcPoint ( ) : System

Initializes a new instance of OhclPoint class

OhlcPoint ( double open, double high, double low, double close ) : System

Initializes a new instance o OhclPointc class, giving open, high, low and close values

보호된 메소드들

메소드 설명
OnPointChanged ( ) : void

On point property changed method

메소드 상세

OhlcPoint() 공개 메소드

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

OhlcPoint() 공개 메소드

Initializes a new instance o OhclPointc class, giving open, high, low and close values
public OhlcPoint ( double open, double high, double low, double close ) : System
open double
high double
low double
close double
리턴 System

OnPointChanged() 보호된 메소드

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