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

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