This document is archived and information here might be outdated. Recommended version. |
Draw the data cumulatively from the first instance of time in data as time progresses.
[Visual Basic .NET]
Public Property TimeDataCumulative As Boolean
[C#]
public bool TimeDataCumulative {get; set;}
[C++]
HRESULT get_TimeDataCumulative(
Boolean* drawCumilative
);
[C++]
HRESULT put_TimeDataCumulative(
VARIANT_BOOL drawCumilative
);
[C++] Parameters drawCumilative [out, retval]
drawCumilative is a parameter of type bool* drawCumilative [in]
drawCumilative is a parameter of type bool