summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/SubIncrement.idl
blob: b886f2c531fb4f899c7cd358e13d5cfdf7039f56 (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
#ifndef com_sun_star_chart2_SubIncrement_idl
#define com_sun_star_chart2_SubIncrement_idl

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

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

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

struct SubIncrement
{
    /** should contain nothing for <em>auto</em>, or an integer value
        for an explicit interval count.
     */
    any         IntervalCount;

    /** should contain nothing for <em>auto</em>, or a boolean value
        for an explicit setting.
     */
    any         PostEquidistant;
};

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

}; }; }; };

#endif