TSignalBrowse::SpanLimit Property

__declspec(property(get = GetSpanLimit, put = SetSpanLimit)) long long SpanLimit;

Defines the target number of vertical pixel lines to be displayed on the screen.

Read: long long GetSpanLimit();
Write: void SetSpanLimit(const long long Value);
Remarks:

A good default value for this property can be calculated as: Chart.Width*2. The component will be returning at least as much data to cover that length with pixels.

Declared in Dew::Signal::TSignalBrowse · Dew.Signal/FileSignal.h · Cross-compiler