HistogramSegmentIntervalWidth Property
In This Topic
If
ShowColumnAs is Histogram then this property defines the histogram interval width. Setting this value to 0 will result in automatic width calculation based on the data range. Default: 0.
Syntax
'Declaration
Public Property HistogramSegmentIntervalWidth As RdlInt
public RdlInt HistogramSegmentIntervalWidth {get; set;}
See Also