2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PolygonData Class / PolygonSource Property

In This Topic
    PolygonSource Property
    In This Topic
    Gets the or sets whether the source of the polygon data is from a ChartCoordArray object or from a specified data series.
    Syntax
    'Declaration
     
    Public Property PolygonSource As PolygonSourceEnum
    public PolygonSourceEnum PolygonSource {get; set;}
    See Also