Sets the value of the attribute "SampleSize". Its default value is an array of length one containing a one, (new int[]{1}).

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetSampleSize(
	int[] sampleSize
)
Visual Basic (Declaration)
Public Overridable Sub SetSampleSize ( _
	sampleSize As Integer() _
)
Visual C++
public:
virtual void SetSampleSize(
	array<int>^ sampleSize
)

Parameters

sampleSize
Type: array< System..::.Int32 >[]()[]
The value of the attribute "SampleSize".

See Also