VolumeSeries
Posted: Thu Jul 23, 2009 1:20 pm
1. Is there a way to get equivalent result of fastlineseries1.drawAllPoints=False for the volume series?
2. If the volume series is drawn over already existing FastLineSeries on a graph display, How can I make sure that fastlineseries ALWAYS drawn over the volume series so that the line draws are visible over the volume series. There can be more than one fast line series on a graph display. I can use tChart1.Series.Exchange, but it works with only two series at a time. How to make sure that volume series is always at the bottom layer of all other series on a given graph display?
2. If the volume series is drawn over already existing FastLineSeries on a graph display, How can I make sure that fastlineseries ALWAYS drawn over the volume series so that the line draws are visible over the volume series. There can be more than one fast line series on a graph display. I can use tChart1.Series.Exchange, but it works with only two series at a time. How to make sure that volume series is always at the bottom layer of all other series on a given graph display?