VectSharp 2.6.1
A light library for C# vector graphics
|
This is the complete list of members for VectSharp.Plots.PolynomialTrendLine, including all inherited members.
Coefficients | VectSharp.Plots.PolynomialTrendLine | |
CoordinateSystem | VectSharp.Plots.PolynomialTrendLine | |
MaxX | VectSharp.Plots.PolynomialTrendLine | |
MaxY | VectSharp.Plots.PolynomialTrendLine | |
MinX | VectSharp.Plots.PolynomialTrendLine | |
MinY | VectSharp.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 | |
PresentationAttributes | VectSharp.Plots.PolynomialTrendLine | |
Tag | VectSharp.Plots.PolynomialTrendLine |