This worked perfectly! Thank you! Missed the magic -9999 number for negative infinity without messing up the autoranging of the indexes. Perfect thank you.
> On Apr 13, 2015, at 12:42 PM, Christian Schmitz > <[email protected]> wrote: > > (a) With the "InterLineLayer", you can vertically fill (horizontally fill if > swapXY is in effect) between any two lines from any other following sources: > - LineLayer, StepLineLayer and SplineLayer and Mark lines. For example like: > > 'A step line layer > Set myLayer as CDStepLineLayerMBS = c.addStepLineLayer(..................) > > 'Fill betwen a step line layer and a mark line at "negative infinitely" > (which means just fill to the bottom of the plot area) > Call c.addInterLineLayer(myLayer.getLine(), c.yAxis().addMark(-9999, > cd.kTransparent).getLine(), &H7fff0000) Thanks, James James Sentman http://sentman.com http://MacHomeAutomation.com _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
