Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished struct IncrementData
Usage Restrictions
not published
Description
An IncrementData describes how tickmarks are positioned on the scale of an axis.
See also
Axis, Grid, Scale, XScaling

Elements' Summary
Distance if the any contains a double value this is used as a fixed Distance value. Otherwise, if the any is empty or contains an incompatible type, the Distance is meant to be calculated automatically by the view component representing the model containing this increment.  
PostEquidistant PostEquidistant rules wether the member Distance describes a distance before or after the scaling is applied.  
BaseValue if the any contains a double value this is used as a fixed BaseValue. Otherwise, if the any is empty or contains an incompatible type, the BaseValue is meant to be calculated automatically by the view component representing the model containing this increment.  
SubIncrements SubIncrements describes the positioning of further sub tickmarks on the scale of an axis.  
Elements' Details
Distance
any Distance;
Description
if the any contains a double value this is used as a fixed Distance value. Otherwise, if the any is empty or contains an incompatible type, the Distance is meant to be calculated automatically by the view component representing the model containing this increment.
PostEquidistant
any PostEquidistant;
Description
PostEquidistant rules wether the member Distance describes a distance before or after the scaling is applied.

If PostEquidistant equals true Distance is given in values after XScaling is applied, thus resulting main tickmarks will always look equidistant on the screen. If PostEquidistant equals false Distance is given in values before XScaling is applied.

BaseValue
any BaseValue;
Description
if the any contains a double value this is used as a fixed BaseValue. Otherwise, if the any is empty or contains an incompatible type, the BaseValue is meant to be calculated automatically by the view component representing the model containing this increment.
SubIncrements
sequence< SubIncrement > SubIncrements;
Description
SubIncrements describes the positioning of further sub tickmarks on the scale of an axis.

The first SubIncrement in this sequence determines how the distance between two neighboring main tickmarks is divided for positioning of further sub tickmarks. Every following SubIncrement determines the positions of subsequent tickmarks in relation to their parent tickmarks given by the preceding SubIncrement.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.