UpdateYFromPoint()

View as Markdown

Definition

Updates an anchor’s Y value from a given point (in device pixels).

Method Return Value

This method does not return a value.

Syntax

\<ChartAnchor\>.UpdateYFromPoint(Point point, ChartScale chartScale)

Method Parameters

NameDescription
pointThe chart anchor’s point value to be updated
chartScaleA ChartScale representing the y-axis

Examples

1//set the chart anchors x point value
2
3MyAnchor.UpdateYFromPoint(point, chartScale);