VectSharp 2.6.1
A light library for C# vector graphics
All Classes Namespaces Functions Variables Enumerations Properties Events Pages
VectSharp.Plots.PolynomialTrendLine Member List

This is the complete list of members for VectSharp.Plots.PolynomialTrendLine, including all inherited members.

CoefficientsVectSharp.Plots.PolynomialTrendLine
CoordinateSystemVectSharp.Plots.PolynomialTrendLine
MaxXVectSharp.Plots.PolynomialTrendLine
MaxYVectSharp.Plots.PolynomialTrendLine
MinXVectSharp.Plots.PolynomialTrendLine
MinYVectSharp.Plots.PolynomialTrendLine
Plot(Graphics target)VectSharp.Plots.PolynomialTrendLine
PolynomialTrendLine(double[] coefficients, double minX, double minY, double maxX, double maxY, IContinuousCoordinateSystem coordinateSystem)VectSharp.Plots.PolynomialTrendLine
PolynomialTrendLine(IReadOnlyList< IReadOnlyList< double > > data, int order, IContinuousCoordinateSystem coordinateSystem, double? fixedIntercept=null)VectSharp.Plots.PolynomialTrendLine
PolynomialTrendLine(IReadOnlyList<(double, double)> data, int order, IContinuousCoordinateSystem coordinateSystem, double? fixedIntercept=null)VectSharp.Plots.PolynomialTrendLine
PresentationAttributesVectSharp.Plots.PolynomialTrendLine
TagVectSharp.Plots.PolynomialTrendLine