Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
0 people like it. Like the snippet!
Example of Lift Curve
1: 2: 3: 4: 5: 6:
open Samples.Charting.DojoChart ([(0.0, 0.0);(5.0, 0.5);(10.0, 1.0);(12.0, 1.2);(14.0, 1.3);(15.0, 1.31);(16.0,1.29);(17.0,1.18);] |> Chart.Line) .WithXAxis(Title="Angle of Attack, a, degrees", MinValue=0, MaxValue=30.0) .WithYAxis(Title="Coefficient of Lift, CL", MinValue=0, MaxValue=1.4) .AndTitle("Lift Curve Slope")