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

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