CustomPlotCBData (Get method)

Get the pointer to the object to be used in the custom curve plotting mode.

void*  CustomPlotCBData()

Return Value

Pointer to the object for the custom curve plotting mode.

CustomPlotCBData (Set method)

Set the pointer to the object to be used in the custom curve plotting mode.

void  CustomPlotCBData(
   void*  cbdata      // pointer to the object
   )

Parameters

cbdata

[in]  The pointer to the object to be used in the custom curve plotting mode