ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPoint Class / DataValues Property

In This Topic
    DataValues Property (DataPoint)
    In This Topic
    Gets the data value set for the Y axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataValues As DataValueCollection
    public DataValueCollection DataValues {get;}

    Property Value

    A DataValueCollection object containing the data value set for the Y axis.
    See Also