Where to find documentation for Color or WealthLab.LineStyle?
Author: pejacobson
Creation Date: 11/30/2018 6:39 PM
profile picture

pejacobson

#1
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?
profile picture

Eugene

#2
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 Table

The 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.
profile picture

pejacobson

#3
Thanks, Eugene.
profile picture

Eugene

#4
Glad I could be of assistance.
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).