Sets the colors for the axis arrows and labels.
*TrackingSystemColors()Sets the colors for the axis arrows and labels. |
|||||
*TrackingSystemColors()Sets the colors for the axis arrows and labels. |
Syntax |
*TrackingSystemColors(x, y, text) |
|
Arguments |
Name |
Description |
x |
Palette index for the color to be used for the x axis arrow. |
|
y |
Palette index for the color to be used for the y axis arrow. |
|
text |
Palette index for the color to be used for the axis labels. |
|
Example |
*BeginVideo() • • • *TrackingSystemColors(1,1,3) … *EndVideoMeasure() • • • *EndVideo |
|
Application |
MediaView. |
|
Context |
||
Comments |
The X arrow, Y arrow, and labels for both axes together can be colored independently. The index uses the standard HyperWorks Desktop color palette. |
|
See also |
|
|