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.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisXY CreateDataAxis()
Public Overridable Function CreateDataAxis As AxisXY
public:
virtual AxisXY^ CreateDataAxis()
abstract CreateDataAxis : unit -> AxisXY
override CreateDataAxis : unit -> AxisXY
Return Value
Type:
AxisXY
An
AxisXY containing the newly created axis.
See Also