ChartAnchorPoint Constructors
The annotation is anchored to the chart.| Name | Parameters | Description |
|---|---|---|
| ChartAnchorPoint() | none | Initializes a new instance of the ChartAnchorPoint class with the default settings. |
| ChartAnchorPoint(Int32, Int32) | x, y | Initializes a new instance of the ChartAnchorPoint class with the specified coordinates. |
See Also