Dundas Chart for ASP.NET
CreateStarPolygon Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartGraphics Class : CreateStarPolygon Method


rect
Marker rectangle.
Marker rectangle.
numberOfCorners
Number of corners (4 and up).
Number of corners (4 and up).
Creates a polygon for a multi-corner star marker.
Creates polygon for multi-corner star marker.

Syntax

Visual Basic (Declaration)  
Public Function CreateStarPolygon( _
   ByVal rect As RectangleF, _
   ByVal numberOfCorners As Integer _
) As PointF()
Visual Basic (Usage) Copy Code
Dim instance As ChartGraphics
Dim rect As RectangleF
Dim numberOfCorners As Integer
Dim value() As PointF
 
value = instance.CreateStarPolygon(rect, numberOfCorners)
C#  
public PointF[] CreateStarPolygon( 
   RectangleF rect,
   int numberOfCorners
)

Parameters

rect
Marker rectangle.
Marker rectangle.
numberOfCorners
Number of corners (4 and up).
Number of corners (4 and up).

Return Value

Array of points.
Array of points.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.