FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexChart Class / SelectedSeries Property

In This Topic
    SelectedSeries Property (C1FlexChart)
    In This Topic
    Gets or sets the selected series.
    Syntax
    'Declaration
     
    Public Property SelectedSeries As Series
    public Series SelectedSeries {get; set;}
    See Also