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

In This Topic
    MinPointHeight Property (ChartSeriesCustomProperties.FunnelProps)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property MinPointHeight As RdlInt
    public RdlInt MinPointHeight {get; set;}
    See Also