Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.ColumnProps Class / HistogramSegmentIntervalNumber Property

In This Topic
    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