[]
Indicates whether to check that a specified data type exists in the data source.
public interface IChartSupportDataSource
Public Interface IChartSupportDataSource
Name | Description |
---|---|
CanConvertToDateTime() | Determines whether all values in the data source can be converted safely to the date time. |
ContainsDateTimeOnly() | Determines whether all values in the data source are date time. |
GetDoubleEnumerable() | Iterates over the data source and returns double values. |
GetDoubleValue(int) | Gets the double value at the specified index. |
GetMaxValue() | Gets the maximum value from the data source. |
GetMinValue() | Gets the minimum value from the data source. |