Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2689-standardlibrary-graphics-ccurve-ccurvecustomplotcbdata.md
T
2026-06-23 21:47:51 +08:00

32 lines
538 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
#