34 lines
518 B
Markdown
34 lines
518 B
Markdown
# ShowOHLC (Get Method)
|
||
|
||
Gets the value of "ShowOHLC" property.
|
||
|
||
```
|
||
bool ShowOHLC() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Value of "ShowOHLC" property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
|
||
|
||
# ShowOHLC (Set Method)
|
||
|
||
Sets new value for "ShowOHLC" property.
|
||
|
||
```
|
||
bool ShowOHLC(
|
||
bool show // property value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
show
|
||
|
||
[in] New value for "ShowOHLC" property.
|
||
|
||
Return Value
|
||
|
||
true - success, false - cannot change the property.
|