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

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Data AddDataMarkers(
	AxisXY axisDataMarkers
)
Visual Basic (Declaration)
Public Overridable Function AddDataMarkers ( _
	axisDataMarkers As AxisXY _
) As Data
Visual C++
public:
virtual Data^ AddDataMarkers(
	AxisXY^ axisDataMarkers
)

Parameters

axisDataMarkers
Type: Imsl.Chart2D..::.AxisXY
The axis for the data markers.

Return Value

A Data object containing the markers.

See Also