blob: d7f72e61effb53a5deca4355a4d1bf8727b54f98 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
module ooo { module vba { module excel {
constants XlChartType {
const long xl3DArea = -4098;
const long xl3DAreaStacked = 78;
const long xl3DAreaStacked100 = 79;
const long xl3DBarClustered = 60;
const long xl3DBarStacked = 61;
const long xl3DBarStacked100 = 62;
const long xl3DColumn = -4100;
const long xl3DColumnClustered = 54;
const long xl3DColumnStacked = 55;
const long xl3DColumnStacked100 = 56;
const long xl3DLine = -4101;
const long xl3DPie = -4102;
const long xl3DPieExploded = 70;
const long xlArea = 1;
const long xlAreaStacked = 76;
const long xlAreaStacked100 = 77;
const long xlBarClustered = 57;
const long xlBarOfPie = 71;
const long xlBarStacked = 58;
const long xlBarStacked100 = 59;
const long xlBubble = 15;
const long xlBubble3DEffect = 87;
const long xlColumnClustered = 51;
const long xlColumnStacked = 52;
const long xlColumnStacked100 = 53;
const long xlConeBarClustered = 102;
const long xlConeBarStacked = 103;
const long xlConeBarStacked100 = 104;
const long xlConeCol = 105;
const long xlConeColClustered = 99;
const long xlConeColStacked = 100;
const long xlConeColStacked100 = 101;
const long xlCylinderBarClustered = 95;
const long xlCylinderBarStacked = 96;
const long xlCylinderBarStacked100 = 97;
const long xlCylinderCol = 98;
const long xlCylinderColClustered = 92;
const long xlCylinderColStacked = 93;
const long xlCylinderColStacked100 = 94;
const long xlDoughnut = -4120;
const long xlDoughnutExploded = 80;
const long xlLine = 4;
const long xlLineMarkers = 65;
const long xlLineMarkersStacked = 66;
const long xlLineMarkersStacked100 = 67;
const long xlLineStacked = 63;
const long xlLineStacked100 = 64;
const long xlPie = 5;
const long xlPieExploded = 69;
const long xlPieOfPie = 68;
const long xlPyramidBarClustered = 109;
const long xlPyramidBarStacked = 110;
const long xlPyramidBarStacked100 = 111;
const long xlPyramidCol = 112;
const long xlPyramidColClustered = 106;
const long xlPyramidColStacked = 107;
const long xlPyramidColStacked100 = 108;
const long xlRadar = -4151;
const long xlRadarFilled = 82;
const long xlRadarMarkers = 81;
const long xlStockHLC = 88;
const long xlStockOHLC = 89;
const long xlStockVHLC = 90;
const long xlStockVOHLC = 91;
const long xlSurface = 83;
const long xlSurfaceTopView = 85;
const long xlSurfaceTopViewWireframe = 86;
const long xlSurfaceWireframe = 84;
const long xlXYScatter = -4169;
const long xlXYScatterLines = 74;
const long xlXYScatterLinesNoMarkers = 75;
const long xlXYScatterSmooth = 72;
const long xlXYScatterSmoothNoMarkers = 73;
};
}; }; };