ChartDirector Ver 4.1 (ColdFusion Edition)

Layer.getXCoor


Usage

getXCoor(v)

Description

Gets the x pixel coordinate of a point given the x data value.

Note: You must call BaseChart.layout first before calling this method. It is because ChartDirector needs to perform auto-scaling and determine the axis scale first before it can compute the coordinates.

Arguments

ArgumentDefaultDescription
v(Mandatory)The x data value.

Return Value

The x coordinate of the x data value.