IMSL C# Numerical Library

CuSumStatus.AddDataMarkers Method (AxisXY)

Adds the original data to the chart. The axis is stored as attribute "DataMarkersAxis" and the new Data node is stored as attribute "DataMarkers".

public virtual Data AddDataMarkers(
   AxisXY axisDataMarkers
);

Parameters

axisDataMarkers
The axis for the data markers.

Return Value

A Data object containing the markers.

See Also

CuSumStatus Class | Imsl.Chart2D.QC Namespace | CuSumStatus.AddDataMarkers Overload List