C# Class LiveCharts.Defaults.GanttPoint

Defines a Gantt point in a cartesian chart
Inheritance: IObservableChartPoint
ファイルを表示 Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
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.

Protected Methods

Method Description
OnPointChanged ( ) : void

OnPoint property changed method

Method Details

GanttPoint() public method

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

GanttPoint() public method

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

OnPointChanged() protected method

OnPoint property changed method
protected OnPointChanged ( ) : void
return void