ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Polygon Class / Polygon Constructor / Polygon Constructor(String)

In This Topic
    Polygon Constructor(String)
    In This Topic
    Create an instance of Polygon.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.String _
    )
    public Polygon( 
       System.string value
    )

    Parameters

    value
    See Also