Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSourceFormater Interface

In This Topic
IChartSupportDataSourceFormater Interface Methods
In This Topic

For a list of all members of this type, see IChartSupportDataSourceFormater members.

Public Methods
 NameDescription
 MethodDetermines whether all values in the data source can be converted safely to the date time. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
 MethodDetermines whether all values in the data source are date time. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
 MethodIterates over the data source and returns double values. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
 MethodGets the double value at the specified index. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
 MethodGet the formater by index.  
 MethodGets the maximum value from the data source. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
 MethodGets the minimum value from the data source. (Inherited from FarPoint.Win.Chart.IChartSupportDataSource)
Top
See Also