C_YAxis
The C_YAxis represents the various y-axis options for plotting elements on a chart.
Name |
Description |
CENTER_LEFT |
Indicates that the element should be centered on the left axis. |
CENTER_RIGHT |
Indicates that the element should be centered on the right axis. |
EXCLUSIVE_LEFT |
Indicates that the element should use the left axis exclusively, which means that only its values control the axis. |
EXCLUSIVE_RIGHT |
Indicates that the element should use the right axis exclusively, which means that only its values control the axis. |
INVISIBLE |
Indicates that the element should be invisible. |
MERGE_LEFT |
Indicates that the element should merge its values with other elements on the left axis. |
MERGE_RIGHT |
Indicates that the element should merge its values with other elements on the right axis. |
OVERLAY |
Indicates that the element should not use any axis. |