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

In This Topic
    Selection Property
    In This Topic
    Gets or sets the selection method of the PointStyle. For selection method options, see PointStyleSelectionEnum.
    Syntax
    'Declaration
     
    Public Property Selection As PointStyleSelectionEnum
    public PointStyleSelectionEnum Selection {get; set;}
    See Also