Gets whether the DataSeries supports sampling for large data sets.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected virtual bool SupportsDataSampling { get; }
Visual Basic
Protected Overridable ReadOnly Property SupportsDataSampling As Boolean
	Get
Visual C++
protected:
virtual property bool SupportsDataSampling {
	bool get ();
}

See Also