GetYZoomChartArea Method
Gets a chart area which expands the specified y axis at the specified scale range and allows vieweing data in greater detail.
Syntax
'Declaration Public Function GetYZoomChartArea( _ ByVal axis As Axis, _ ByVal sr As ScaleRange, _ ByVal line As Line _ ) As ChartArea
'Usage Dim instance As ChartArea Dim axis As Axis Dim sr As ScaleRange Dim line As Line Dim value As ChartArea value = instance.GetYZoomChartArea(axis, sr, line)
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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also