[]
Add point for Polygon annotation.
public PolygonBuilder AddPoint(DataPoint point)
Type | Name | Description |
---|---|---|
DataPoint | point | The DataPoint instance |
Type | Description |
---|---|
PolygonBuilder | Current builder |
Add point for Polygon annotation.
public PolygonBuilder AddPoint(Action<DataPointBuilder> build)
Type | Name | Description |
---|---|---|
Action<DataPointBuilder> | build | The build function |
Type | Description |
---|---|
PolygonBuilder | Current builder |
Add point for Polygon annotation.
public PolygonBuilder AddPoint(object x, object y)
Type | Name | Description |
---|---|---|
object | x | The X coordinate value of this DataPoint. |
object | y | The Y coordinate value of this DataPoint. |
Type | Description |
---|---|
PolygonBuilder | Current builder |