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

In This Topic
    Selected Property
    In This Topic
    Gets or set whether this point style should be applied to the data point defined by SeriesIndex and PointIndex properties.
    Syntax
    'Declaration
     
    Public Property Selected As System.Boolean
    public System.bool Selected {get; set;}
    See Also