Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / selectionDistance Field


In This Topic
    selectionDistance Field
    In This Topic
    Selection distance.
    Syntax
    'Declaration
     
    
    Protected selectionDistance As Single
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Single
     
    value = instance.selectionDistance
     
    instance.selectionDistance = value
    protected float selectionDistance
    See Also