enum class TSignalSeriesDataType : unsigned int;
Defines the data source format.
If TSignalSeriesMode is ssmAuto, then ssdLine can switch between ssmHighLow and ssmLine. If TSignalSeriesDataType is ssdHigh, then the data drawn will always be as ssmHighLow.
Values
| Name | Description |
|---|---|
| ssdHighLow | The series will switch between ssmLine and ssmHighLow, depending on the data size needed to be drawn. |
| ssdLine | The data provided defines only a single line series. |