1#ifndef com_sun_star_chart2_SubIncrement_idl
2#define com_sun_star_chart2_SubIncrement_idl
3
4//=============================================================================
5
6module com {  module sun {  module star {  module chart2 {
7
8//=============================================================================
9
10struct SubIncrement
11{
12    /** should contain nothing for <em>auto</em>, or an integer value
13        for an explicit interval count.
14     */
15    any         IntervalCount;
16
17    /** should contain nothing for <em>auto</em>, or a boolean value
18        for an explicit setting.
19     */
20    any         PostEquidistant;
21};
22
23//=============================================================================
24
25}; }; }; };
26
27#endif
28