public class SignalHighLowSeries : HighLow
Series usefull for signal overview charts.
Properties
| Name | Type | Description |
|---|---|---|
| complexSignalPart | ComplexSignalPart | Specifies which part of the complex signal to draw. |
| Description | String | |
| EquidistantXSample | TEquidistantSample | Defines a hint for the pixel downsample algorithm. |
| PixelDownSample | Boolean | If True, a pixel down sample algorithm will be applied, to increase drawing speed. |
| SeriesDataType | SignalSeriesDataType | Defines the data source format. |
| SeriesMode | SignalSeriesMode | Set the series drawing mode. |
| ZMiddleDepth | Boolean | 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. |
| ctor (2) | |
| Draw | |
| MaxYValue | |
| MinYValue |