UpdateYFromPoint()
<< Click to Display Table of Contents >> UpdateYFromPoint() |
Updates an anchor's Y value from a given point (in device pixels).
This method does not return a value.
<ChartAnchor>.UpdateYFromPoint(Point point, ChartScale chartScale)
point |
The chart anchor's point value to be updated |
chartScale |
A ChartScale representing the y-axis |
//set the chart anchors x point value MyAnchor.UpdateYFromPoint(point, chartScale); |