TSignalPolarSeries Class

Header: Dew.Signal.Controls.VCL/SignalSeriesTee.h · C++Builder only
TCustomPolarSeriesTSignalPolarSeries

class TSignalPolarSeries : public TCustomPolarSeries;

Polar series which accepts data in carteisan coordinates.

Unlike TPolarSeries which requires polar coordinates for each value, the TSignalPolarSeries works with data in carteisan coordinates. For data which is originally made available in cartesian coordinates the speed up is around 50x. It is also possible to use MtxVecTee.DrawSeries(X, Y, aSeries) to add data to this series.

The behaviour of TPolarSeries is preserved to a nearly full extend.

Constructors

NameDescription
TSignalPolarSeries

Methods

NameDescription
AddSampleValues
CalcXPos
CalcYPos
CalcYPosValue
CanZoomScroll
DoAfterDrawValues
DoBeforeDrawValues
DoGetPointerStyle
DrawAllValues
InternalDrawValue
UseAxis
XScreenToValue
YScreenToValue