If set to true, selected data provider is presampled over its entire availability span using sampling method specified in Advanced options. Then subsequent evaluations use pre-sampled tabulated data and interpolation method of direct evaluation of that data provider.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseSamples() As Boolean |
[C#] |
---|
public bool UseSamples {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseSamples(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseSamples( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseSamples( VARIANT_BOOL UseSamples ); |
[Java] |
---|
public bool getUseSamples(); public void setUseSamples( bool ); |