Gets a chart area which expands the specified x axis at the specified scale range and allows vieweing data in greater detail.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As ChartArea
Dim axis As Axis
Dim sr As ScaleRange
Dim line As Line
Dim value As ChartArea
value = instance.GetXZoomChartArea(axis, sr, line)
|
Parameters
- axis
- The x 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.
See Also