CWValuePairs
The CWValuePairs object is a collection of CWValuePair objects for an axis. A value pair marks specific points on an axis with a custom label.
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 CWValuePairs are placed on the axis by their value or by their index. |
| MajorTicks | Specifies if major ticks are placed 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