DataSeries.idl (d1766043) | DataSeries.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 --- 145 unchanged lines hidden (view full) --- 154 <type>XIndexContainer</type>.</p> 155 156 <p>This property is especially useful for large data series 157 with only some formatted data points, because you do not have 158 to iterate over all elements.</p> 159 */ 160 [readonly, optional, property] sequence< long > AttributedDataPoints; 161 | 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 --- 145 unchanged lines hidden (view full) --- 154 <type>XIndexContainer</type>.</p> 155 156 <p>This property is especially useful for large data series 157 with only some formatted data points, because you do not have 158 to iterate over all elements.</p> 159 */ 160 [readonly, optional, property] sequence< long > AttributedDataPoints; 161 |
162 /** indicates wether this series should be stacked with respect to the previous series. | 162 /** indicates whether this series should be stacked with respect to the previous series. |
163 */ 164 [property] StackingDirection StackingDirection; 165 166 /** If <TRUE/>, the data points of this series get different 167 colors by default, like in a pie chart. 168 */ 169 [optional, property] boolean VaryColorsByPoint; 170 | 163 */ 164 [property] StackingDirection StackingDirection; 165 166 /** If <TRUE/>, the data points of this series get different 167 colors by default, like in a pie chart. 168 */ 169 [optional, property] boolean VaryColorsByPoint; 170 |
171 /** This property describes wether the series should be shown at | 171 /** This property describes whether the series should be shown at |
172 the main value axis or at the secondary value axis. Having 173 this property not set or setting it to 0 means that this data 174 series will be scaled at the primary y-axis ( of the 175 coordinate system in which this series is hosted ). 176 177 <p>Setting this property to 1 means that this series should be 178 scaled at the secondary y-axis. If there is no secondary axis 179 the main axis should be used for scaling instead.</p> --- 15 unchanged lines hidden --- | 172 the main value axis or at the secondary value axis. Having 173 this property not set or setting it to 0 means that this data 174 series will be scaled at the primary y-axis ( of the 175 coordinate system in which this series is hosted ). 176 177 <p>Setting this property to 1 means that this series should be 178 scaled at the secondary y-axis. If there is no secondary axis 179 the main axis should be used for scaling instead.</p> --- 15 unchanged lines hidden --- |