ChartDirector 7.0 (Java Edition)

ChartViewer.getViewPortAtValue


Usage

public double getViewPortAtValue(String id, double value [, boolean isLogScale ])

Description

Converts a value of the specified data scale to a viewport coordinate.

Please refer to ChartViewer.setFullRange on how to define a data scale.

This method only accepts numeric values as input. If the axis scale is a date/time scale, and you are using a java.util.Date value, please use Chart.CTime to convert it to a number.

Arguments

ArgumentDefaultDescription
id(Mandatory)The name of the data scale.
value(Mandatory)The value to be converted.
isLogScalefalsetrue if the conversion is based on a logarithmic scale. false if the conversion is based on a non-logarithmic scale.

Return Value

The viewport coordinate at the value of the specified data scale.