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

ChartAnchorPoint(Int32, Int32) Constructor

Initializes a new instance of the ChartAnchorPoint class with the specified coordinates.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartAnchorPoint(
    int x,
    int y
)

Parameters

Name Type Description
x Int32

An integer value specifying the anchor point’s X-coordinate, in pixels. This value is assigned to the ChartAnchorPoint.X property.

y Int32

An integer value specifying the anchor point’s Y-coordinate, in pixels. This value is assigned to the ChartAnchorPoint.Y property.

Remarks

For more information, refer to Annotations.

See Also