Displays the averaged positions of a shaft center.

You can set Shaft Centerline Plot properties in the Graph Properties: Shaft Centerline dialog box. You also can use the following Shaft Centerline Plot graph properties with the Property Node.
| Property | Description |
|---|---|
| Clearance Boundary: Color | Specifies the color of clearance boundary line. |
| Clearance Boundary: Settings | Specifies clearance boundary settings of all the N-pair input signals. The settings include start point and boundary size. |
| Cursor: Color | Specifies the color of the cursor, including the point, arrow, and name of the cursor. |
| Cursor: Cursor Info: Lock Position | Specifies whether the cursor information is movable with the cursor or fixed at the bottom-left corner. |
| Cursor: Cursor Info: Visible | If TRUE, displays the cursor information in the plot area. |
| Cursor: Index | Returns the array index of the point to which the cursor is snapped. This property can have a value between 0 and n – 1, where n is the number of data points. |
| Cursor: Line Style | Specifies the line style of the active cursor. Valid values are 0-4, as shown on the Cursors page of the Properties dialog box ordered from top to bottom. |
| Cursor: Line Width | Specifies the width of the line used to display the active cursor. Valid values are 0-4, as shown on the Cursors page of the Properties dialog box ordered from top to bottom. |
| Cursor: Point Style | Specifies the symbol that, in combination with Style, is drawn at the focal point of the cursor. Valid values are 0-16, as shown on the Cursors page of the Properties dialog box ordered from top-left to bottom-right. |
| Cursor: Position | Specifies the position of the cursor in terms of X-Y coordinates. |
| Cursor: Reference | Specifies the time/speed/revolution reference value of the cursor. |
| Cursor: Style | Specifies the symbol that, in combination with Point Style, is drawn at the focal point of the cursor. Valid values are 0-8, from top-left to bottom-right, as shown on the Cursors page of the Properties dialog box ordered. |
| Cursor: Visible | Shows the cursor. |
| Event: Cursor Release | Generates event data when you release the cursor after dragging the cursor. This event is useful if you want to register when you finish interacting with a graph cursor. The event data is a cluster of four elements. The first and second elements of the cluster are the cursor position in terms of X-Y coordinates. The third element of the cluster is the index of the cursor. The last element of the cluster is the time reference. |
| Event: Scale Range Change | Generates when you change the minimum or maximum value of the scale of the Shaft Centerline Plot. The minimum or maximum value changes when the user enters a new value in a scale marker. This event is useful if you want to register user changes and then adjust the functionality of the graph. The event data is a cluster of three elements. The first and second elements of the cluster are the minimum and maximum of the scale. The last element of the cluster shows which scale range has been changed. |
| Legend: BG Color | Specifies the background color of the tree legend. |
| Legend: Font Color | Specifies the font color of the tree legend. |
| Legend: Index | Returns an array of cluster. The first element of the cluster is the index value of parents' items. The second element of the cluster is the index value of children items. |
| Legend: Strings[] | Returns a cluster with three elements. The first BOOLEAN one is to specify whether the Shaft Centerline XControl updates the Strings[] of tree legend from helper VI's input or from users customized strings; the second and third one, Row Strings[] and Column Strings[], are the array of the items from which you can select in the tree legend. |
| Legend: Visible | Shows the tree legend. |
| Marker: Color | Specifies the color of the active marker, including its point, arrow, and name. |
| Marker: Point Style | Specifies the symbol that, is drawn at the focal point of the marker. Valid values are 0-16, as shown on the Plot page of the Properties dialog box ordered from top-left to bottom-right. |
| Marker: Visible | Shows the marker. |
| Plot Area: Colors: BG Color | Specifies the background color of the plotting area. |
| Plot Area: Colors: Direction | Specifies the olor of the direction. |
| Plot: Color | Specifies the color of the plot. |
| Plot: Fill/Point Color | Specifies the color of the point and fills. |
| Plot: Line Style | Specifies the Line style (0-4) as shown on the Plot page of the Properties dialog box ordered from top to bottom. |
| Plot: Line Width | Specifies the line width of the plot. |
| Plot: Point Style | Specifies the Point Style (0-16) as shown on the Plot page of the Properties dialog box ordered from top-left to bottom-right. |
| Scale Fit | Scales the X axis and Y axis to fit the data. You can select one of the following options: 0 – Do not Autoscale, 1 – Autoscale once, 2 – Autoscale. |
| X Scale: Format String | Sets the format string of the x-axis of the scale. |
| X Scale: Grid Colors: Major Color | Sets the color of the major grid on the x-axis of the scale. |
| X Scale: Grid Colors: Minor Color | Sets the color of the minor grid on the x-axis of the scale. |
| X Scale: Grid Style | Specifies the style of the grid on the scale. You can select one of the following options: 0 – both the major grid color and minor grid color are set to transparent, 1 – the minor grid color is set to transparent and only the major grid color can be set, 2 – both the major grid color control and minor grid color control can be set. |
| X Scale: Name Label: Text | Determines the text of the x-axis scale label. |
| X Scale: Name Label: Visible | Displays the x-axis scale label. |
| X Scale: Range: Maximum | Specifies the maximum value of scale. |
| X Scale: Visible | Displays the x-axis scale. |
| Y Scale: Format String | Sets the format string of the y-axis of the scale. |
| Y Scale: Grid Colors: Major Color | Sets the color of the major grid on the y-axis of the scale. |
| Y Scale: Grid Colors: Minor Color | SSets the color of the minor grid on the y-axis of the scale. |
| Y Scale: Grid Style | Specifies the style of the grid on the scale. You can select one of the following options: 0 – both the major grid color and minor grid color are set to transparent, 1 – the minor grid color is set to transparent and only the major grid color can be set, 2 – both the major grid color control and minor grid color control can be set. |
| Y Scale: Name Label: Text | Determines the text of the y-axis scale label. |
| Y Scale: Name Label: Visible | Displays the y-axis scale label. |
| Y Scale: Range | Specifies the range of y-scale. |
| Y Scale: Visible | Displays the y-axis scale. |