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

enum ChartAxisPosition
Description
Specifies the position of the axis on the scale of the crossing axis. When the property is set at a x-axis it indicates a position on the scale of the primary y-axis. When the property is set at a y-axis it indicates a position on the scale of the primary x-axis.

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