LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
LinearScaling Service Reference

Scaling that scales a value x by calculating m ⋅ x + t. More...

import "LinearScaling.idl";

Inheritance diagram for LinearScaling:
XScaling XInterface

Additional Inherited Members

- Public Member Functions inherited from XScaling
double doScaling ([in] double value)
 Given a numeric value, return the scaled value that conforms to a predefined scaling rule.
 
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.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

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.


The documentation for this service was generated from the following file: