ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Util Class / CenterOfPolygon Method

In This Topic
    CenterOfPolygon Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CenterOfPolygon( _
       ByVal xs As List(Of Double), _
       ByVal ys As List(Of Double) _
    ) As Point
    public static Point CenterOfPolygon( 
       List<double> xs,
       List<double> ys
    )

    Parameters

    xs
    ys
    See Also