TeEngine.TChartSeries.FillSampleValues
 
 
 


TChartSeries.FillSampleValues
TChartSeries

procedure FillSampleValues(NumValues: Integer); dynamic;

Unit
TeEngine

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

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

Example

Series1.FillSampleValues(20);
{will draw a series with 20 values at runtime}



Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.