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

In This Topic
    High 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 High As RdlFloat
    public RdlFloat High {get; set;}
    See Also