Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FunnelSeries Class / GapWidth Property


In This Topic
    GapWidth Property (FunnelSeries)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property GapWidth As Single
    'Usage
     
    
    Dim instance As FunnelSeries
    Dim value As Single
     
    instance.GapWidth = value
     
    value = instance.GapWidth
    public override float GapWidth {get; set;}
    See Also