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