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


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.
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 (Declaration) 
Public Function GetXZoomChartArea( _
   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.GetXZoomChartArea(axis, sr, line)
C# 
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.

See Also

© 2010 All Rights Reserved.