2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PolygonSourceEnum Enumeration

In This Topic
    PolygonSourceEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the PolygonSource property of a PolygonData object.
    Syntax
    'Declaration
     
    Public Enum PolygonSourceEnum 
       Inherits System.Enum
    public enum PolygonSourceEnum : System.Enum 
    Members
    MemberDescription
    ArraysPolygon data is specified through ChartCoordArray objects.
    DataSeriesPolygon data is specified by the specified data series associated the ChartGroup of the parent object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.PolygonSourceEnum

    See Also