Gets or sets the minimum height of data points, in relative coordinates. This attribute can be used to make very small funnel segments visible. Default: 0.

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

Syntax

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

See Also