545 B
545 B
ShowVolumes (Get Method)
Gets the value of "ShowVolumes" property.
bool ShowVolumes() const
Return 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.