TCustomBarSeries.NumSampleValues

TCustomBarSeries.NumSampleValues
TCustomBarSeries

function NumSampleValues: Integer; override;

Unit
Series

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

This virtual function returns the predefined number of random values each Series draws.

It is simply a cosmetic parameter, as every different Series requires a different number of random points to show an efective representation of the Series.