Dundas.SharePoint.Charting.WebParts Send comments on this topic.
FindScaleSegmentForAxisValue Method
See Also 
Dundas.Charting.WebControl Namespace > AxisScaleSegmentCollection Class : FindScaleSegmentForAxisValue Method


axisValue
Axis value to convert.
Find axis scale segment that should be used to translate axis value to relative coordinates.

Syntax

Visual Basic (Declaration)  
Public Function FindScaleSegmentForAxisValue( _
   ByVal axisValue As Double _
) As AxisScaleSegment
Visual Basic (Usage) Copy Code
Dim instance As AxisScaleSegmentCollection
Dim axisValue As Double
Dim value As AxisScaleSegment
 
value = instance.FindScaleSegmentForAxisValue(axisValue)
C#  
public AxisScaleSegment FindScaleSegmentForAxisValue( 
   double axisValue
)

Parameters

axisValue
Axis value to convert.

Return Value

Scale segment to use for the convertion.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also