Enum LineChartStyles
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
Equity curve chart drawing styles.
public enum LineChartStyles- Extension Methods
Fields
- Area = 0
- Chart drawing in the form of a fill area. 
- DashedLine = 2
- Chart drawing in the form of a dashed line. 
- Line = 1
- Chart drawing in the form of a line.