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



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