HistogramSegmentIntervalNumber Property
In This Topic
If
ShowColumnAs is Histogram, then this property defines the number of intervals the data range is divided into. This property only has effect when
HistogramSegmentIntervalWidth is not set. Default: 20.
Syntax
'Declaration
Public Property HistogramSegmentIntervalNumber As RdlInt
public RdlInt HistogramSegmentIntervalNumber {get; set;}
See Also