1 #ifndef com_sun_star_chart2_ExplicitScaleData_idl
2 #define com_sun_star_chart2_ExplicitScaleData_idl
4 #ifndef com_sun_star_chart2_Break_idl
5 #include
<com
/sun
/star
/chart2
/Break.idl
>
8 #ifndef com_sun_star_chart2_XScaling_idl
9 #include
<com
/sun
/star
/chart2
/XScaling.idl
>
12 #ifndef com_sun_star_chart2_AxisOrientation_idl
13 #include
<com
/sun
/star
/chart2
/AxisOrientation.idl
>
16 //=============================================================================
18 module com
{ module sun
{ module star
{ module chart2
{
20 //=============================================================================
22 /** This structure contains the explicit values for a scale like Minimum and Maximum.
23 In contrast these values may also be implicit (automatically
24 calculated) as indicated within the structure <type>ScaleData</type>.
26 struct ExplicitScaleData
32 AxisOrientation Orientation
;
36 sequence
< Break
> Breaks
;
41 //=============================================================================