Spread Windows Forms 12.0 Product Documentation
GapWidth Property (BoxWhiskerSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BoxWhiskerSeries Class : GapWidth Property
Gets or sets the gap width.
Syntax
'Declaration
 
Public Property GapWidth As Single
'Usage
 
Dim instance As BoxWhiskerSeries
Dim value As Single
 
instance.GapWidth = value
 
value = instance.GapWidth
public float GapWidth {get; set;}
Exceptions
ExceptionDescription
value is less than zero or is greater than 5.
Remarks
This property specifies the gap between the categories.
See Also

Reference

BoxWhiskerSeries Class
BoxWhiskerSeries Members