I am new to WealthLab, so this is a basic question.
In the online documentation, I see parameters like Color.blue and WealthLab.LineStyle.Solid. Where can I find the documentation that lists my choices for these and other parameters?
Size:
Color:
The
Color is not a Wealth-Lab thing, it's part of .NET framework (the System.Drawing namespace). Here's a neat table you can use for color lookups:
C# Color Name TableThe
LineStyle enum is not documented; perhaps you're the first to ask this since 2008 (?). If you type in [i]LineStyle.[/ii] in the Editor, after you type in the dot the IntelliSense dropdown would come up:
It should be pretty intuitive what each choice does.
Size:
Color:
Thanks, Eugene.
Size:
Color:
Glad I could be of assistance.
Size:
Color: