.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : GetXZoomChartArea Method
The x axis to zoom.
The scale range on the axis to expand.
A line object used to indicate that the resulting chart area is zooming into the original one.
GetXZoomChartArea Method
Gets a chart area which expands the specified x axis at the specified scale range and allows vieweing data in greater detail.
Syntax
'Declaration
 
Public Function GetXZoomChartArea( _
   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.GetXZoomChartArea(axis, sr, line)
public ChartArea GetXZoomChartArea( 
   Axis axis,
   ScaleRange sr,
   Line 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.
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