32 lines
538 B
Markdown
32 lines
538 B
Markdown
# 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
|
||
|
||
#
|