XyyDataSeries<TX,TY> Constructor(Class<TX>,Class<TY>,IDataDistributionCalculator<TX>)
Creates a new instance of XyyDataSeries<TX,TY> class
Syntax
public XyyDataSeries<TX,TY>( java.lang.Class<TX> xType, java.lang.Class<TY> yType, com.scichart.charting.model.datadistributioncalculator.IDataDistributionCalculator<TX> dataDistributionCalculator ) |
Parameters
- xType
- The Type of X Data (TX)
- yType
- The Type of Y Data (TY)
- dataDistributionCalculator
- An optional DataDistributionCalculator, which can be used to specify Sorted Ascending and Evenly Spaced flags
See Also