Initial Commit.

This commit is contained in:
ZhijuCen
2026-06-23 21:47:51 +08:00
commit d17f68e979
5201 changed files with 318318 additions and 0 deletions
@@ -0,0 +1,33 @@
# ScalePPB (Get Method)
Gets the value of "ScalePPB" property (scale is "point per bar" or not).
```
bool  ScalePPB() const
```
Return Value
Value of "ScalePPB" property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
# ScalePPB (Set Method)
Sets new value for "ScalePPB" property.
```
bool  ScalePPB(
   bool  scale_ppb      // flag value
   )
```
Parameters
scale_ppb
[in]  New value for "ScalePPB" property.
Return Value
true - successful, false - cannot change the property.