CuSumStatusAddDataMarkers Method |
Adds the original data to the chart on a newly created axis.
The new axis is stored as attribute "DataMarkersAxis" and the
new Data node is stored as attribute "DataMarkers".
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Data AddDataMarkers()
Public Overridable Function AddDataMarkers As Data
public:
virtual Data^ AddDataMarkers()
abstract AddDataMarkers : unit -> Data
override AddDataMarkers : unit -> Data
Return Value
Type:
Data
A
Data object containing the markers.
See Also