| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawNote Method (String,Double,Double,Double,Double)
Write text note given text, position, angle and maximum width.
public void DrawNote(
string content,
double xPosition,
double yPosition,
double angleFromHorizontal,
double width
);
