:: com :: sun :: star :: sheet ::

constants group DataBarAxis

Constants
AXIS_NONE  
AXIS_MIDDLE  
AXIS_AUTOMATIC  
Constants' Details
AXIS_NONE
const long AXIS_NONE = 0;
AXIS_MIDDLE
const long AXIS_MIDDLE = 1;
AXIS_AUTOMATIC
const long AXIS_AUTOMATIC = 2;
Top of Page