ChartRobotEventArgs¶ Summary¶ The base class representing event args for a ChartRobot. Signature 1public abstract class ChartRobotEventArgs Namespace¶ cAlgo.API Properties¶ Robot¶ Summary Gets the ChartRobot that raised an event. Signature 1public ChartRobot Robot {get;} Return Value ChartRobot