:: org :: openoffice :: vba :: Excel ::

constants group XlChartItem

Constants
xlAxis  
xlAxisTitle  
xlChartTitle  
xlCorners  
xlDataLabel  
xlDataTable  
xlDisplayUnitLabel  
xlDownBars  
xlDropLines  
xlErrorBars  
xlFloor  
xlHiLoLines  
xlLeaderLines  
xlLegend  
xlLegendEntry  
xlLegendKey  
xlMajorGridlines  
xlMinorGridlines  
xlNothing  
xlPivotChartDropZone  
xlPivotChartFieldButton  
xlPlotArea  
xlRaderAxisLabels  
xlSeries  
xlSeriesLines  
xlShape  
xlTrendline  
xlUpBars  
xlWalls  
xlXErrorBars  
xlYErrorBars  
Constants' Details
xlAxis
const short xlAxis = 21;
xlAxisTitle
const short xlAxisTitle = 17;
xlChartTitle
const short xlChartTitle = 4;
xlCorners
const short xlCorners = 6;
xlDataLabel
const short xlDataLabel = 0;
xlDataTable
const short xlDataTable =7;
xlDisplayUnitLabel
const short xlDisplayUnitLabel = 30;
xlDownBars
const short xlDownBars = 20;
xlDropLines
const short xlDropLines = 26;
xlErrorBars
const short xlErrorBars = 9;
xlFloor
const short xlFloor = 23;
xlHiLoLines
const short xlHiLoLines = 25;
xlLeaderLines
const short xlLeaderLines = 29;
xlLegend
const short xlLegend = 24;
xlLegendEntry
const short xlLegendEntry = 12;
xlLegendKey
const short xlLegendKey = 13;
xlMajorGridlines
const short xlMajorGridlines = 15;
xlMinorGridlines
const short xlMinorGridlines = 16;
xlNothing
const short xlNothing = 28;
xlPivotChartDropZone
const short xlPivotChartDropZone = 32;
xlPivotChartFieldButton
const short xlPivotChartFieldButton = 31;
xlPlotArea
const short xlPlotArea = 19;
xlRaderAxisLabels
const short xlRaderAxisLabels = 27;
xlSeries
const short xlSeries = 3;
xlSeriesLines
const short xlSeriesLines = 22;
xlShape
const short xlShape = 14;
xlTrendline
const short xlTrendline = 8;
xlUpBars
const short xlUpBars = 18;
xlWalls
const short xlWalls = 5;
xlXErrorBars
const short xlXErrorBars = 10;
xlYErrorBars
const short xlYErrorBars = 11;
Top of Page