Is there a way to set a painting strategy for multiple plots at the same time? I have tried a number of separators but none seem to work and I haven't been able to find the right keyworks to come up with any results via search.
IE:
plot line1 = 50;
plot line2 = 100;
line1,line2.SetPaintingStrategy(PaintingStrategy.HORIZONTAL);
IE:
plot line1 = 50;
plot line2 = 100;
line1,line2.SetPaintingStrategy(PaintingStrategy.HORIZONTAL);