C# Class OxyPlot.Annotations.LineAnnotation

Represents a line annotation.
Inheritance: OxyPlot.Annotations.TextualAnnotation
Afficher le fichier Open project: andreasjacobsen93/XamarinThirdpartySamples Class Usage Examples

Méthodes publiques

Méthode Description
LineAnnotation ( ) : System

Initializes a new instance of the LineAnnotation class.

Méthodes protégées

Méthode Description
GetScreenPoints ( ) : IList

Gets the screen points.

Method Details

GetScreenPoints() protected méthode

Gets the screen points.
protected GetScreenPoints ( ) : IList
Résultat IList

LineAnnotation() public méthode

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