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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlInt HistogramSegmentIntervalWidth { get; set; }
Visual Basic
Public Property HistogramSegmentIntervalWidth As RdlInt
	Get
	Set

See Also