GroupWidth Property (BoxWhisker)
In This Topic
Gets or sets a value that determines the group width as a percentage for the Box-Whisker series.
Syntax
'Declaration
<C1DescriptionAttribute("BoxWhisker.GroupWidth", "Gets or sets a value that determines the group width as a percentage for the Box-Whisker series.")>
Public Property GroupWidth As Double
[C1Description("BoxWhisker.GroupWidth", "Gets or sets a value that determines the group width as a percentage for the Box-Whisker series.")]
public double GroupWidth {get; set;}
See Also