C# 클래스 LiveCharts.Defaults.GanttPoint

Defines a Gantt point in a cartesian chart
상속: IObservableChartPoint
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
GanttPoint ( ) : System

Initializes a new instance of GanttPoint class.

GanttPoint ( double startPoint, double endPoint ) : System

Initializes a new instance of GanttPoint class with given start and end points.

보호된 메소드들

메소드 설명
OnPointChanged ( ) : void

OnPoint property changed method

메소드 상세

GanttPoint() 공개 메소드

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

GanttPoint() 공개 메소드

Initializes a new instance of GanttPoint class with given start and end points.
public GanttPoint ( double startPoint, double endPoint ) : System
startPoint double
endPoint double
리턴 System

OnPointChanged() 보호된 메소드

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