SharpPlot Reference > SharpPlot Properties > EquationIndex Property SharpPlot.EquationIndex Property
Explicit position of equation along model line, from 1 to 100 (0 to unspecify it).
This is particularly useful when the model line is shorter than the X range with the SpanData style.
public int Equation {get; set;}
Example
sp.EquationIndex = 50; // halfway
See also ...Annotate Model fit | SharpPlot.EquationStyle Property | SharpPlot.SetEquationPosition Method
Send comments on this topic © Dyalog Ltd 2021
|