C# Class LiveCharts.Defaults.GanttPoint

Defines a Gantt point in a cartesian chart
Inheritance: IObservableChartPoint
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnPointChanged ( ) : void

OnPoint property changed method

Method Details

GanttPoint() public méthode

Initializes a new instance of GanttPoint class.
public GanttPoint ( ) : System
Résultat System

GanttPoint() public méthode

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

OnPointChanged() protected méthode

OnPoint property changed method
protected OnPointChanged ( ) : void
Résultat void