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

constants group XlChartPictureType

Constants
xlStack  
xlStackScale  
xlStretch  
Constants' Details
xlStack
const short xlStack = 2;
xlStackScale
const short xlStackScale = 3;
xlStretch
const short xlStretch = 1;
Top of Page