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

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