class TSignalHighLowSeries : public THighLowSeries;
Series usefull for signal overview charts.
Use this series for signal overview charts. The series can look like a THighLowSeries or like a TLineSeries. The user can switch between both looks with the SeriesMode property. Both drawing modes are very fast.
Constructors
| Name | Description |
|---|---|
| TSignalHighLowSeries |
Destructors
| Name | Description |
|---|---|
| ~TSignalHighLowSeries |
Properties
| Name | Type | Description |
|---|---|---|
| ComplexSignalPart | TComplexSignalPart | Specifies which part of the complex signal to draw. |
| EquidistantXSample | TEquidistantSample | Defines a hint for the pixel downsample algorithm. |
| PixelDownSample | bool | If True, a pixel down sample algorithm will be applied, to increase drawing speed. |
| SeriesDataType | TSignalSeriesDataType | Defines the data source format. |
| SeriesMode | TSignalSeriesMode | Set the series drawing mode. |
| ZMiddleDepth | bool | Draw the series at half of its given Z depth when in 3D. |
Methods
| Name | Description |
|---|---|
| AddHighLowValues | Use this method to pass values to the HighLow series when the drawing is mode is overview. |
| AddHighValues | Use this method to pass values to the HighLow series when the drawing mode is overview. |
| AddLineValues | Add data to the series. |
| Assign | |
| CalcFirstLastVisibleIndex | |
| DoBeforeDrawValues | |
| DrawAllValues | |
| GetComplexSignalPart | |
| GetEquidistantXSample | |
| GetPixelDownSample | |
| GetSeriesDataType | |
| GetSeriesMode | |
| GetZMiddleDepth | |
| MaxYValue | |
| MinYValue | |
| MoreSameZOrder |