In WLD6 environment I use HideVolume for Point and Figure and for normal bars charts but with custom volume.
I can't find the equivalent in WL7? Perhaps I am missing it or perhaps I need to do something with PlotSeries and a parameter.
Thanks
    
    
    
    I can't find the equivalent in WL7? Perhaps I am missing it or perhaps I need to do something with PlotSeries and a parameter.
Thanks
        Rename
    
        Marked this topic as #FeatureRequest. Please vote for it on the wishlist page:
https://www.wealth-lab.com/wishlist
For now the Volume pane can be hidden in Preferences > [ ] Show volume pane.
    
https://www.wealth-lab.com/wishlist
For now the Volume pane can be hidden in Preferences > [ ] Show volume pane.
        You'll be able to use the new SetChartDrawingOptions method in Build 14 to hide the volume pane from strategy code.
    
    
        Did you mean Build 14? I don't see it in B13.
    
    
        Yes I meant 14! Edited the post.
    
    
CODE:
ChartDisplaySettings cds = new ChartDisplaySettings(); cds.ShowVolumePane = false;
This does not hide the volume pane. Am I missing something?
        Did you read the example to the end?
    
CODE:
//put these settings into effect SetChartDrawingOptions(cds);
            Your Response
            
            Post
        
        
        
    
            Edit Post
            
        
        
        
    
            Login is required