RatioFilter<TX,TY> Class
Calculates the Ratio between two DataSeries, e.g. if DataSeries A has Y values 10 ... 20 ... 30 and DataSeries B has Y values 1,2,3 then the resulting dataseries will have Y-Values 1,1,1
Object Model

Syntax
public class RatioFilter<TX,TY> : SciChart.Charting.Model.Filters.FilterBase where TX: IComparable where TY: IComparable
Type Parameters
- TX
- TY
Inheritance Hierarchy
System.Object
SciChart.Charting.Model.Filters.FilterBase
SciChart.Charting.Model.Filters.RatioFilters.RatioFilter<TX,TY>
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also