Returns absolute coordinates of a point which is specified by X value and Y value.
Syntax
Parameters
- chart
- Chart control object.
- xAxis
- Axis X of the charting area.
- yAxis
- Axis Y of the charting area.
- xLabel
- Axis label (or string X value) of point in values of Axis X.
- yValue
- Y value of point in values of Axis Y.
Return Value
Returns absolute coordinates of the point which is spefified by X and Y values.
Exceptions
Exception |
Description |
ArgumentNullException |
Thrown when chart, xAxis or yAxis parameter is null. |
ArgumentException |
Thrown when axes do not belong to any ChartArea within the Chart, or there is no Radar or Rose chart type within this ChartArea, or X value could not be find as axis label within the ChartArea. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also