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

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