ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPoint Class / DataPoint Constructor / DataPoint Constructor(Int32)

In This Topic
    DataPoint Constructor(Int32)
    In This Topic
    Initializes a new instance of the DataPoint class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal yValuesCount As Integer _
    )
    public DataPoint( 
       int yValuesCount
    )

    Parameters

    yValuesCount
    See Also