C# 클래스 LiveCharts.Defaults.DateTimePoint

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

공개 메소드들

메소드 설명
DateTimePoint ( ) : System

Initializes a new instance of DateTimePoint class

DateTimePoint ( System.DateTime dateTime, double value ) : System

Initializes a new instance of DateTimePoint class, giving date time and value

보호된 메소드들

메소드 설명
OnPointChanged ( ) : void

On Point property changed method

메소드 상세

DateTimePoint() 공개 메소드

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

DateTimePoint() 공개 메소드

Initializes a new instance of DateTimePoint class, giving date time and value
public DateTimePoint ( System.DateTime dateTime, double value ) : System
dateTime System.DateTime
value double
리턴 System

OnPointChanged() 보호된 메소드

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