[]
Represents a collection of all the IColorStop objects for the specified series.
public interface IColorStops : IEnumerable
Public Interface IColorStops
Inherits IEnumerable
Name | Description |
---|---|
Count | Gets the number of represented objects (read-only). |
this[int] | Returns the IColorStop object from a collection. |
Name | Description |
---|---|
Add(double) | Adds an IColorStop object to the specified collection. |
Clear() | Clears the represented object. |