Overload List

Adds random values to help visualize the Series. Each series class determines how many random points to add.

public Void FillSampleValues()

Adds the specified NumValues random points.

public abstract Void FillSampleValues(System.Int32)

Remarks


Each Series draws random values at design mode unless you connect the Series class to other Series class or to a DataSet (Table,SQL,TClientDataset) class.

This method adds some random values to the Series and redraws it.

Example


[C#]

tChart1[0].FillSampleValues (20);


See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace