Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / SelectionStyle Property


In This Topic
    SelectionStyle Property
    In This Topic
    Gets or sets the style of selected element.
    Syntax
    'Declaration
     
    
    Public Property SelectionStyle As ChartStyle
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As ChartStyle
     
    instance.SelectionStyle = value
     
    value = instance.SelectionStyle
    public ChartStyle SelectionStyle {get; set;}
    See Also