dotnetCHARTING Send comments on this topic.
GetYZoomChartArea Method
See Also 
dotnetCHARTING Namespace > ChartArea Class : GetYZoomChartArea Method


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.
Gets a chart area which expands the specified y axis at the specified scale range and allows vieweing data in greater detail.

Syntax

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
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)
C# 
public ChartArea GetYZoomChartArea( 
   Axis axis,
   ScaleRange sr,
   Line 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.

See Also

© 2010 All Rights Reserved.