ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / XyPoints Class / ys Property

In This Topic
    ys Property (XyPoints)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ys As List(Of Nullable(Of Double))
    public List<Nullable<double>> ys {get; set;}
    See Also