Skip to main content
A newer version of this page is available. .

SeriesPointAnchorPoint(SeriesPoint) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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