CWValuePairs

3D Graph Control

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

CountReturns the number of objects in the collection.
GridLinesSpecifies if grid lines appear at value pair locations.
LabelTypeSpecifies the type of labels to draw for the value pairs.
LocationSpecifies if value pairs are placed on the axis by their value or by their index.
MajorTicksSpecifies if major ticks appear at the location of value pairs.

Methods

AddAdds an object to the collection and returns the new object.
ItemReturns the specified object from the collection.
RemoveRemoves the specified item from the collection.
RemoveAllRemoves all objects from the collection.
SwapSwaps two CWValuePair elements, altering their indices.

See Also

CWValuePair