It sounds like you're wanting to display custom value pairs while not displaying the tick labels. If that is right, you should be able to do this by adding your value pairs, then setting the MajorUnitsBase, MajorDivisions, MajorUnitsInterval, MinorDivisions, and MinorUnitsInterval properties on the CWAxis.Ticks (in this case, for the x axis) object to 0.
- Elton