ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / SelectedSeries Property

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