Accessimport visualization session.charts[name] session.xyPlots[name].charts[name] autoColor(...)
This method distributes the colors on all curves displayed in the chart using the color palette defined by the xyColors object. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. autoSymbol()
This method distributes the symbols on all curves displayed in the chart. ArgumentsNone. Return valueNone. ExceptionsNone. fitCurves()
This method resets the transform of the chart. It cancels any zoom or pan action. ArgumentsNone. Return valueNone. ExceptionsNone. getAxis1(...)
This method returns the Axis object used for displaying the Axis1 of the XYCurve specified by name or object or used for the given QuantityType object. Required arguments
Optional argumentsNone. Return valueAn Axis object. ExceptionsIf the given XYCurve is not used in the Chart. XypError: Curve not found:
getAxis2(...)
This method returns the Axis object used for displaying the Axis2 of the XYCurve specified by name or object or used for the given QuantityType object. Required arguments
Optional argumentsNone. Return valueAn Axis object. ExceptionsIf the given XYCurve is not used in the Chart. XypError: Curve not found:
moveAxisUp(...)moveAxisDown(...)removeCurve(...)setValues(...)
This method modifies the Chart object. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsRangeError. MembersThe Chart object can have the following members:
|