:: com :: sun :: star :: chart ::

enum ChartAxisPosition

Values
ZERO Cross the other axes at zero. If zero is not contained in the current scale the value is used which is nearest to zero.  
START Cross the other axes at their minimum scale value.  
END Cross the other axes at their maximum scale value.  
VALUE Cross the other axes at the value specified in the property CrossoverValue.  
Values' Details
ZERO
ZERO,
Description
Cross the other axes at zero. If zero is not contained in the current scale the value is used which is nearest to zero.
START
START,
Description
Cross the other axes at their minimum scale value.
END
END,
Description
Cross the other axes at their maximum scale value.
VALUE
VALUE,
Description
Cross the other axes at the value specified in the property CrossoverValue.
Top of Page