FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSourceFormater Interface
Methods

In This Topic
IChartSupportDataSourceFormater Interface Members
In This Topic

The following tables list the members exposed by IChartSupportDataSourceFormater.

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