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

In This Topic
    Y Property (ChartDataPointValues)
    In This Topic
    Gets or sets the Y value for the data point. Mandatory in series with Type not equal to Range, and with Type equal to Range with Subtype = ErrorBar.
    Syntax
    'Declaration
     
    Public Property Y As RdlFloat
    public RdlFloat Y {get; set;}
    See Also