Axis.idl (d1766043) | Axis.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 --- 69 unchanged lines hidden (view full) --- 78 /** Determines where the axis labels are placed. 79 */ 80 [optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition; 81 82 /** Determines how to stagger the labels at the axis (side by side, even, odd, auto ) 83 */ 84 [property] ::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder; 85 | 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 --- 69 unchanged lines hidden (view full) --- 78 /** Determines where the axis labels are placed. 79 */ 80 [optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition; 81 82 /** Determines how to stagger the labels at the axis (side by side, even, odd, auto ) 83 */ 84 [property] ::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder; 85 |
86 /** Determines wether the labels are allowed to break into more than one line | 86 /** Determines whether the labels are allowed to break into more than one line |
87 */ 88 [property] boolean TextBreak; 89 | 87 */ 88 [property] boolean TextBreak; 89 |
90 /** Determines wether the labels are allowed to overlap | 90 /** Determines whether the labels are allowed to overlap |
91 */ 92 [property] boolean TextOverlap; 93 | 91 */ 92 [property] boolean TextOverlap; 93 |
94 /** Determines wether the characters in a single labels should be stacked one upon each other | 94 /** Determines whether the characters in a single labels should be stacked one upon each other |
95 */ 96 [property] boolean StackCharacters; 97 98 /** Determines the rotation of the text labels in degrees 99 */ 100 [property] double TextRotation; 101 102 /** A NumberFormat key. --- 36 unchanged lines hidden --- | 95 */ 96 [property] boolean StackCharacters; 97 98 /** Determines the rotation of the text labels in degrees 99 */ 100 [property] double TextRotation; 101 102 /** A NumberFormat key. --- 36 unchanged lines hidden --- |