State Enumeration |
Namespace: SharpCharts.Base.SharpScript
public enum State
| Member name | Value | Description | |
|---|---|---|---|
| Initialize | 0 | Initialized state. Series are created, default values are set here | |
| StartUp | 1 | Start up. | |
| Finalize | 2 | The script has been finalized/disposed | |
| Historical | 3 | Historical bars are being processed | |
| Realtime | 4 | The script are being evaluated with real time data |