How to draw a Series with different colors ?
Author: xiaofeng
Creation Date: 10/1/2008 11:11 PM
profile picture

xiaofeng

#1

I set the different for a series by SetSeriesBarColor. But when I draw it by PlotSeries, all the colors I set before were overwritten by Color.color in PlotSeries.

So, how to draw this Series with the colors I want ?
profile picture

Eugene

#2
SetSeriesBarColor colors individual bars, not series. Call PlotSeries first and then use SetSeriesBarColor.
profile picture

xiaofeng

#3

It works, thanks.

WealthScript .NET is a good language, but lack of program guide and related manuals.
profile picture

Cone

#4
WealthScript (.NET) isn't a "language", it's an abstract class of methods that you can use in any .NET language. The language that you can use in the Wealth-Lab Editor is C#, but the world doesn't need another C# programming guide.

The WealthScript Programming Guide gives you what most customers are interested in - solutions and examples. If you want to learn to program, take a class in C#. Once you know that, you'll automatically know how to use WealthScript methods.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).