ShowVolumes
ShowVolumes (Get Method)
Gets the value of “ShowVolumes” property.
bool ShowVolumes() constReturn Value
Value of “ShowVolumes” property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
ShowVolumes (Set Method)
Sets new value for “ShowVolumes” property.
bool ShowVolumes(
bool show // property value
)Parameters
- show
[in] New value for “ShowVolumes” property.
Return Value
true - successful, false - cannot change the property.
Last updated on