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.0.0

Syntax

C#
public virtual AxisXY CreateDataAxis()
Visual Basic (Declaration)
Public Overridable Function CreateDataAxis As AxisXY
Visual C++
public:
virtual AxisXY^ CreateDataAxis()

Return Value

An AxisXY containing the newly created axis.

See Also