Validates Series datasource.
public abstract Boolean IsValidSourceOf(Series value)

Parameters

value
The series to validate.

Return Value

True if value can be a Series data source.

Remarks


The IsValidSourceOf function returns false if the Value parameter is the same as Self.
It's used to validate the DataSource property both at design and run-time.

See Also

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