[VB] | Public Function getViewPortAtValue(id As String, value As Double [, isLogScale As Boolean ]) As Double |
[C#] | public double getViewPortAtValue(string id, double value [, bool isLogScale ]); |
ChartDirector 5.1 (.NET Edition)
WebChartViewer.getViewPortAtValue
Usage
[VB] | Public Function getViewPortAtValue(id As String, value As Double [, isLogScale As Boolean ]) As Double |
[C#] | public double getViewPortAtValue(string id, double value [, bool isLogScale ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
id | (Mandatory) | The name of the data scale. |
value | (Mandatory) | The value to be converted. |
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