Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointValues Class / Low Property

In This Topic
    Low Property
    In This Topic
    Gets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y.
    Syntax
    'Declaration
     
    Public Property Low As RdlFloat
    public RdlFloat Low {get; set;}
    See Also