| Visual Basic (Declaration) | |
|---|---|
| Public Function GetYZoomChartArea( _ ByVal axis As Axis, _ ByVal sr As ScaleRange, _ ByVal line As Line _ ) As ChartArea | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
Parameters
- axis
- The y axis to zoom.
- sr
- The scale range on the axis to expand.
- line
- A line object used to indicate that the resulting chart area is zooming into the original one.
 
     
     
     
    