A list of available additional points.
Add | Adds a new element to the collection. |
RemoveAll | Removes all elements from the collection. |
RemoveAt | Removes an element from the collection using specified index. |
Count | Returns the number of elements in a collection. |
FirstPointColor | Gets or sets the specified color of the first point, if different from the others. |
Item | Given an index, returns an element in the collection. |
PointColor | Whether to display the first point in the same color as the other points. |