1 #ifndef com_sun_star_chart2_ExplicitSubIncrement_idl
2 #define com_sun_star_chart2_ExplicitSubIncrement_idl
4 //=============================================================================
6 module com
{ module sun
{ module star
{ module chart2
{
8 //=============================================================================
10 struct ExplicitSubIncrement
12 /** Numbers of intervals between two superior ticks. For an axis
13 this usually means, that <code>IntervalCount - 1</code>
14 sub-tick-marks are displayed between two superior ticks.
19 /** If <TRUE/>, the distance between two sub-tick-marks on the
20 screen is always the same. If <FALSE/>, the distances may
21 differ depending on the <type>XScaling</type>.
23 boolean PostEquidistant
;
26 //=============================================================================