Specifies what type of line will be used to draw the indicator.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SeriesLineType LineType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LineType As SeriesLineType |
| Visual C++ |
|---|
public: property SeriesLineType LineType { SeriesLineType get (); void set (SeriesLineType value); } |