ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartDataPoint Interface / DataValues Property

In This Topic
    DataValues Property (IChartDataPoint)
    In This Topic
    Gets the values for the data point.
    Syntax
    'Declaration
     
    ReadOnly Property DataValues As Object()
    object[] DataValues {get;}

    Property Value

    An array of System.Object representing the data values.
    See Also