SeriesPointAnchorPoint(SeriesPoint) Constructor
Initializes a new instance of the SeriesPointAnchorPoint class with the specified series point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | SeriesPoint | A SeriesPoint object representing the series point to which to be anchored. |
Remarks
For more information, refer to Annotations.
See Also