Skip to main content

SeriesPointAnchorPoint(SeriesPoint) Constructor

Initializes a new instance of the SeriesPointAnchorPoint class with the specified series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SeriesPointAnchorPoint(
    SeriesPoint point
)

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