IMSL C# Numerical Library

CuSumStatus.CreateDataAxis 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.

public virtual AxisXY CreateDataAxis();

Return Value

An AxisXY containing the newly created axis.

See Also

CuSumStatus Class | Imsl.Chart2D.QC Namespace