Intersoft ClientUI Documentation
GetCircularChartInfo Method



Gets the center and arc midpoint from a circular chart data point's geometry. It also determines if the arc of this geometry is small.
Syntax
Public Shared Function GetCircularChartInfo( _
   ByVal geometry As Geometry, _
   ByRef center As Point, _
   ByRef arcMidpoint As Point, _
   ByRef isArcSmall As Boolean _
) As Boolean
Dim geometry As Geometry
Dim center As Point
Dim arcMidpoint As Point
Dim isArcSmall As Boolean
Dim value As Boolean
 
value = GeometryHelper.GetCircularChartInfo(geometry, center, arcMidpoint, isArcSmall)
public static bool GetCircularChartInfo( 
   Geometry geometry,
   out Point center,
   out Point arcMidpoint,
   out bool isArcSmall
)
public:
static bool GetCircularChartInfo( 
   Geometry^ geometry,
   [Out] Point center,
   [Out] Point arcMidpoint,
   [Out] bool isArcSmall
) 

Parameters

geometry
center
arcMidpoint
isArcSmall
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

Reference

GeometryHelper Class
GeometryHelper Members

Send Feedback