LibreOffice
LibreOffice 5.0 SDK API Reference
|
Scaling that scales a value x by calculating m ⋅ x + t. More...
import "LinearScaling.idl";
Additional Inherited Members | |
![]() | |
double | doScaling ([in] double value) |
Given a numeric value, return the scaled value that conforms to a predefined scaling rule. More... | |
com::sun::star::chart2::XScaling | getInverseScaling () |
Get an interface object that conforms to a scaling rule that is the reverse of the original scaling rule. More... | |
Scaling that scales a value x by calculating m ⋅ x + t.
If not mentioned explicitly, the parameter m is 1.0 and t is 0.0, which means the transformation is an identical mapping.