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