LibreOffice
LibreOffice 7.6 SDK API Reference
ScaleData.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 module com { module sun { module star { module chart2 {
22 
23 
24 struct ScaleData
25 {
34  any Minimum;
35 
44  any Maximum;
45 
46 
52  any Origin;
53 
66 
68 
70 
76  long AxisType;
77 
80  boolean AutoDateAxis;
81 
86 
90 
94 };
95 
96 
97 }; }; }; };
98 
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::chart2::AxisOrientation
AxisOrientation
Definition: AxisOrientation.idl:25
com::sun::star::chart2::ScaleData::AutoDateAxis
boolean AutoDateAxis
if true an AxisType CATEGORY is interpreted as DATE if the underlying data given in Categories are da...
Definition: ScaleData.idl:80
com::sun::star::chart2::ScaleData::AxisType
long AxisType
describes the type of the axis.
Definition: ScaleData.idl:76
com::sun::star::chart::TimeIncrement
A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis.
Definition: TimeIncrement.idl:28
com::sun::star::chart2::ScaleData::IncrementData
IncrementData IncrementData
increment data to be used for not date-time axis
Definition: ScaleData.idl:89
com::sun::star::chart2::ScaleData::Categories
com::sun::star::chart2::data::XLabeledDataSequence Categories
Definition: ScaleData.idl:69
com::sun::star::chart2::ScaleData::TimeIncrement
::com::sun::star::chart::TimeIncrement TimeIncrement
increment data to be used in case of date-time axis
Definition: ScaleData.idl:93
com::sun::star::chart2::ScaleData::ShiftedCategoryPosition
boolean ShiftedCategoryPosition
describes whether data points on category or date axis are placed between tickmarks or not if true th...
Definition: ScaleData.idl:85
com::sun::star::chart2::ScaleData::Scaling
XScaling Scaling
Definition: ScaleData.idl:67
com::sun::star::chart2::ScaleData::Minimum
any Minimum
if the any contains a double value this is used as a fixed maximum.
Definition: ScaleData.idl:34
com::sun::star::chart2::ScaleData::Orientation
AxisOrientation Orientation
Axis orientation (standard or reversed).
Definition: ScaleData.idl:65
com::sun::star::chart2::data::XLabeledDataSequence
allows access to a one-dimensional sequence of data.
Definition: XLabeledDataSequence.idl:37
com
Definition: Ambiguous.idl:20
com::sun::star::chart2::ScaleData::Maximum
any Maximum
if the any contains a double value this is used as a fixed minimum.
Definition: ScaleData.idl:44
com::sun::star::chart2::ScaleData
Definition: ScaleData.idl:25
com::sun::star::chart2::IncrementData
An IncrementData describes how tickmarks are positioned on the scale of an axis.
Definition: IncrementData.idl:32
com::sun::star::chart2::ScaleData::Origin
any Origin
The Origin indicates where other axes cross this axis.
Definition: ScaleData.idl:52
com::sun::star::chart2::XScaling
Definition: XScaling.idl:25