BinWidth Property (Histogram)
In This Topic
Gets or sets a positive decimal number for the range of a bin.
Syntax
'Declaration
<C1DescriptionAttribute("Histogram.BinWidth", "Gets or sets a positive decimal number for the range of a bin.")>
Public Property BinWidth As Double
[C1Description("Histogram.BinWidth", "Gets or sets a positive decimal number for the range of a bin.")]
public double BinWidth {get; set;}
See Also