ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class
Properties Methods Events

In This Topic
    DataPointsCollection Class Members
    In This Topic

    The following tables list the members exposed by DataPointsCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataPointsCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the DataPoint at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a DataPoint to the collection.  
    Public MethodAdds a set of DataPoints to the collection.  
    Public Method

    Adds a DataPoint with the specified parameters to the DataPointsCollection.

     
    Public MethodAdds a DataPoint with the specified y value to the DataPointsCollection.  
    Public MethodCreates a clone of the DataPointsCollection.  
    Public MethodDetermines whether the collection contains the specified DataPoint.  
    Public MethodCopies the collection to an array, starting at the specified index.  
    Public MethodOverloaded. Binds the X value and Y values of the collection's DataPoints to a specified data source.  
    Public MethodOverloaded. Binds the Y value(s) of the collection's DataPoints to a specified data source.  
    Public MethodReturns the index of the first occurrence of a value in the collection.  
    Public MethodInserts the specified DataPoint into the collection at the specified index.  
    Public MethodRemoves the specified DataPoint from the collection.  
    Top
    Public Events
     NameDescription
    Public Event

    Occurs when the content of the DataPointsCollection changes.

     
    Top
    See Also