[]
        
(Showing Draft Content)

FarPoint.Win.Chart.IChartSupportDataSource

IChartSupportDataSource Interface

Indicates whether to check that a specified data type exists in the data source.

Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public interface IChartSupportDataSource
Public Interface IChartSupportDataSource

Methods

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.