TCustom3DGridSeries.IsValidSeriesSource
TCustom3DGridSeries
function IsValidSeriesSource(Value: TChartSeries): Boolean; override;
Unit
TeeSurfa
Description
The IsValidSeriesSource function checks if the Value series parameter is a valid candidate series point provider.
When 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 used for example in TRSIFunction component.
This special Series type allows only one specific Series type as DataSource: a TOHLCSeries or TCandleSeries.
On a 3D series, this function returns True if the Value parameter is also a 3D series (ie: a Series with XYZ values).
All other Series components will return True.