Chart for WinRT
PieInfo Constructor

Creates a new PieInfo structure with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal center As Windows.Foundation.Point, _
   ByVal radiusX As System.Double, _
   ByVal radiusY As System.Double, _
   ByVal inner As System.Double, _
   ByVal angle As System.Double, _
   ByVal sweep As System.Double, _
   ByVal height As System.Double, _
   Optional ByVal offset As System.Double _
)
public PieInfo( 
   Windows.Foundation.Point center,
   System.double radiusX,
   System.double radiusY,
   System.double inner,
   System.double angle,
   System.double sweep,
   System.double height,
   System.double offset
)

Parameters

center
radiusX
radiusY
inner
angle
sweep
height
offset
See Also

Reference

PieInfo Structure
PieInfo Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback