summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/ExplicitSubIncrement.idl
blob: c1af626c5db1e274d614bf6d59cb21bfeca4b91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef com_sun_star_chart2_ExplicitSubIncrement_idl
#define com_sun_star_chart2_ExplicitSubIncrement_idl

//=============================================================================

module com {  module sun {  module star {  module chart2 {

//=============================================================================

struct ExplicitSubIncrement
{
    /** Numbers of intervals between two superior ticks.  For an axis
        this usually means, that <code>IntervalCount - 1</code>
        sub-tick-marks are displayed between two superior ticks.

     */
    long        IntervalCount;

    /** If <TRUE/>, the distance between two sub-tick-marks on the
        screen is always the same.  If <FALSE/>, the distances may
        differ depending on the <type>XScaling</type>.
     */
    boolean     PostEquidistant;
};

//=============================================================================

}; }; }; };

#endif