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

In This Topic
    PlotElementEnum Enumeration
    In This Topic
    The PlotElementEnum is used to indicate specific data elements of a chart. The enum is used by various chart classes and methods best defined by the context.
    Syntax
    'Declaration
     
    Public Enum PlotElementEnum 
       Inherits System.Enum
    public enum PlotElementEnum : System.Enum 
    Members
    MemberDescription
    PointsSpecifies that an individual data point is indicated.
    SeriesSpecifies that a data series is indicated.
    Inheritance Hierarchy

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

    See Also