C# Class OxyPlot.Annotations.LineAnnotation

Represents a line annotation.
Inheritance: OxyPlot.Annotations.TextualAnnotation
Mostrar archivo Open project: andreasjacobsen93/XamarinThirdpartySamples Class Usage Examples

Public Methods

Method Description
LineAnnotation ( ) : System

Initializes a new instance of the LineAnnotation class.

Protected Methods

Method Description
GetScreenPoints ( ) : IList

Gets the screen points.

Method Details

GetScreenPoints() protected method

Gets the screen points.
protected GetScreenPoints ( ) : IList
return IList

LineAnnotation() public method

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