Accessimport visualization
session.xyPlots[name]
XYPlot(...)
This method creates an empty XYPlot object. Pathsession.XYPlot Required arguments
Optional argumentsNone. Return valueAn XYPlot object. ExceptionsInvalidNameError. autoColor(...)
This method distributes the colors on all curves displayed in the XYPlot using the color palette defined by the xyColors AutoColors object. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. autoSymbol()
This method distributes the symbols on all curves displayed in the XYPlot. ArgumentsNone. Return valueNone. ExceptionsNone. fitCurves()
This method resets the transform of all the charts of the XYPlot object. It cancels any zoom or pan action. ArgumentsNone. Return valueNone. ExceptionsNone. next(...)
This method restores the transform member of the active Chart object to the next setting in the transform list. (There is a list of eight transforms stored for each chart.) If there is no next transform, no action is taken. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. previous(...)
This method restores the transform member of the active Chart object to the previous setting in the transform list. (There is a list of eight transforms stored for each chart.) If there is no next transform, no action is taken. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. setValues(...)
This method modifies the XYPlot object. Required argumentsNone. Optional argumentsReturn valueNone. ExceptionsNone. MembersThe XYPlot object has members with the same names and descriptions as the arguments to the XYPlot method. In addition, the XYPlot object can have the following members:
|