Initial Commit.
This commit is contained in:
+33
@@ -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.
|
||||
Reference in New Issue
Block a user