CWTicks
The CWTicks object controls placement of tick marks on an axis. You configure tick marks by specifying how many divisions you want on the axis independent of the range of the axis or by specifying an interval for placing the ticks.
To make a grid similar to those found on an oscilloscope, set the MajorDivisions property on the X and Y Axes.Tick object to 10. Use the MajorDivisionUnits property to create tick marks and grid lines that scroll with the data on a strip chart. If both MajorDivisions and MajorDivisionUnits are set to nonzero values, the MajorDivisions property takes precedence.
The same rules apply to the minor division properties.
Properties
Above | Specifies if tick marks are drawn above the object. |
AutoDivisions | Specifies if divisions are automatically calculated. |
Below | Specifies if tick marks are drawn below the object. |
Inside | Specifies if tick marks are drawn on the inside of the axis. |
Left | Specifies if tick marks are drawn to the left of the object. |
MajorDivisions | Specifies the number of major divisions. |
MajorGrid | Specifies if major grid lines appear. |
MajorGridColor | Specifies the color of major grid lines. |
MajorTickColor | Specifies the color of major ticks. |
MajorTicks | Specifies if major ticks appear. |
MajorUnitsBase | Specifies the base number for calculating ticks. |
MajorUnitsInterval | Specifies the number of units between major divisions. |
MinorDivisions | Specifies the number of minor divisions for each major division. |
MinorGrid | Specifies if minor grid lines appear. |
MinorGridColor | Specifies the color of minor grid lines. |
MinorTickColor | Specifies the color of minor ticks. |
MinorTicks | Specifies if minor ticks appear. |
MinorUnitsInterval | Specifies the number of units between minor divisions. |
Outside | Specifies if tick marks are drawn on the outside of the axis. |
Right | Specifies if tick marks are drawn to the right of the object. |