[C#] | public double getValueAtViewPort(string id, double vpCoor [, bool isLogScale ]); |
[VB] | Public Function getValueAtViewPort(id As String, vpCoor As Double [, isLogScale As Boolean ]) As Double |
ChartDirector 7.1 (.NET Edition)
RazorChartViewer.
Usage
[C#] | public double getValueAtViewPort(string id, double vpCoor [, bool isLogScale ]); |
[VB] | Public Function getValueAtViewPort(id As String, vpCoor As Double [, isLogScale As Boolean ]) As Double |
Description
Arguments
Argument | Default | Description |
---|---|---|
id | (Mandatory) | The name of the data scale. |
vpCoor | (Mandatory) | The viewport coordinate. |
isLogScale | false | true if the conversion is based on a logarithmic scale. false if the conversion is based on a non-logarithmic scale. |
Return Value