ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / BoxWhisker Class / GapWidth Property



In This Topic
    GapWidth Property
    In This Topic
    Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.
    Syntax
    'Declaration
     
    
    Public Property GapWidth As Double
    'Usage
     
    
    Dim instance As BoxWhisker
    Dim value As Double
     
    instance.GapWidth = value
     
    value = instance.GapWidth
    public double GapWidth {get; set;}
    public:
    property double GapWidth {
       double get();
       void set (    double value);
    }
    Remarks
    The default value for this property is 0.1. The min value is 0 and max value is 1.
    See Also