Click or drag to resize
CuSumStatusCreateDataAxis Method
Creates a new axis to hold a cummulative line. The created axis is drawn on the right side. Its x-axis is not drawn, since it would overlap with the primary chart axis. The x-axis is set to have the same window size as the orignal axis and its autoscaling attribute is turned off.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual AxisXY CreateDataAxis()

Return Value

Type: AxisXY
An AxisXY containing the newly created axis.
See Also