TChartSeries.IsValidSeriesSource
TChartSeries
function IsValidSeriesSource(Value: TChartSeries): Boolean; dynamic;
Unit
TeEngine
Description
The IsValidSeriesSource function checks if the Value series parameter is a valid candidate series point provider.
When TChartSeries.TChartSeries.DataSource property is assigned to another Series, all points inserted in that Series are automatically propagated to all other associated Series.
This function is currently used only in TRSIFunction component. This special Series type allows only one specific Series type as DataSource: a TOHLCSeries or TCandleSeries.
All other Series components will return True.