using Steema.TeeChart; using Dew.Stats.Tee;
nasmespace Dew.Examples; { void Example() { ProbailityPlot pt = new ProbabilityPlot(); pt.Chart = Chart1.Chart; } }