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 ?
Size:
Color:
SetSeriesBarColor colors individual bars, not series. Call PlotSeries first and then use SetSeriesBarColor.
Size:
Color:
It works, thanks.
WealthScript .NET is a good language, but lack of program guide and related manuals.
Size:
Color:
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.
Size:
Color: