ComponentOne FlexChart for WinForms
BinWidth Property (RangedHistogram)


C1.Win.Chart Namespace > RangedHistogram Class : BinWidth Property
Gets or sets a positive decimal number for the range of a bin.
Syntax
'Declaration
 
Public Property BinWidth As Double
'Usage
 
Dim instance As RangedHistogram
Dim value As Double
 
instance.BinWidth = value
 
value = instance.BinWidth
public double BinWidth {get; set;}
See Also

Reference

RangedHistogram Class
RangedHistogram Members