ScaleData.idl (d1766043) | ScaleData.idl (74cbd1f1) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 79 unchanged lines hidden (view full) --- 88 AxisType is one value out of the constant group <type>AxisType</type>.</p> 89 */ 90 long AxisType; 91 92 /** if true an AxisType CATEGORY is interpreted as DATE if the underlying data given in Categories are dates 93 */ 94 boolean AutoDateAxis; 95 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 79 unchanged lines hidden (view full) --- 88 AxisType is one value out of the constant group <type>AxisType</type>.</p> 89 */ 90 long AxisType; 91 92 /** if true an AxisType CATEGORY is interpreted as DATE if the underlying data given in Categories are dates 93 */ 94 boolean AutoDateAxis; 95 |
96 /** describes wether data points on category or date axis are placed between tickmarks or not | 96 /** describes whether data points on category or date axis are placed between tickmarks or not |
97 if true the maximum on the scale will be expanded for one interval 98 */ 99 boolean ShiftedCategoryPosition; 100 101 /** increment data to be used for not date-time axis 102 */ 103 IncrementData IncrementData; 104 105 /** increment data to be used in case of date-time axis 106 */ 107 ::com::sun::star::chart::TimeIncrement TimeIncrement; 108}; 109 110//============================================================================= 111 112}; }; }; }; 113 114#endif | 97 if true the maximum on the scale will be expanded for one interval 98 */ 99 boolean ShiftedCategoryPosition; 100 101 /** increment data to be used for not date-time axis 102 */ 103 IncrementData IncrementData; 104 105 /** increment data to be used in case of date-time axis 106 */ 107 ::com::sun::star::chart::TimeIncrement TimeIncrement; 108}; 109 110//============================================================================= 111 112}; }; }; }; 113 114#endif |