April 2006
Beginner
1114 pages
98h 16m
English
chart.HasAxis(xlAxisGroup, xlAxisType) [= setting]
True adds an axis to the chart; False removes the axis.
|
Argument |
Settings |
|---|---|
|
|
The axis to add or remove. Can be one of these settings: |
|
|
For 2-D charts
can be |
Charts can have up to four axes, so HasAxis is a 2-D array of True/False values that determines which axes exist on the chart. Be sure to check HasAxis before working with an axis object.
Read now
Unlock full access