:: com :: sun :: star :: chart2 ::

interface XScaling

Methods' Summary
doScaling  
getInverseScaling * Get an interface object that conforms to a scaling rule that * is the reverse of the original scaling rule. * *  
Methods' Details
doScaling
double
doScaling( [in] double  value );

getInverseScaling
XScaling
getInverseScaling();

Description
* Get an interface object that conforms to a scaling rule that * is the reverse of the original scaling rule. * *
Returns
interface object that represents the reversed * scaling rule.
Top of Page