HideBubble ();    
Description
Makes the last value bubble of a plot invisible.
Example
plot Data = volume;
Data.HideBubble();
The example hides the last value bubble of the Data plot.
    
HideBubble ();    
Makes the last value bubble of a plot invisible.
plot Data = volume;
Data.HideBubble();
The example hides the last value bubble of the Data plot.