PlotWindow.SetAxisTitles(String, String) Method

Top 

Description

Sets the titles to be used on the axes of this PlotWindow.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlotWindow.SetAxisTitles(

String axis1Title,


String axis2Title)

 

 

Arguments

axis1Title


Description:

The title to use on the independent axis.

 

 

axis2Title


Description:

The title to use on the dependent axis.

 

 

 

Syntax

myPlotWindow1.SetAxisTitles(myString1, myString2);

 

 

See also

PlotWindow Object

PlotWindow Guide