[]
Defines a builder to configurate Line.
public class LineBuilder : ShapeBuilder<Line, LineBuilder>
Name | Description |
---|---|
LineBuilder(Line) | Creates one LineBuilder instance to configurate |
Name | Description |
---|---|
End(DataPoint) | Configurates End. Sets the end point of the Line annotation. |
Start(DataPoint) | Configurates Start. Sets the start point of the Line annotation. |