CWValuePairs
Standard collection of CWValuePair objects for an axis. Use the ValuePairs collection and ValuePair objects to mark specific points on any axis with a custom label. The ValuePairs collection contains a variable number of ValuePair objects on an axis.
Properties
| Count | Returns the number of objects in the collection. |
| GridLines | Specifies if grid lines appear at value pair locations. |
| LabelType | Specifies the type of labels to draw for the value pairs. |
| Location | Specifies if value pairs are placed on the axis by their value or by their index. |
| MajorTicks | Specifies if major ticks appear at the location of value pairs. |
Methods
| Add | Adds an object to the collection and returns the new object. |
| Item | Returns the specified object from the collection. |
| Remove | Removes the specified item from the collection. |
| RemoveAll | Removes all objects from the collection. |
| Swap | Swaps two CWValuePair elements, altering their indices. |
See Also
CWValuePair