IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | Plot (Series series) |
void | Plot (Chart chart) |
void | Plot (IEnumerable ys, string seriesName=null, string chartType="Line") |
void | Plot (IEnumerable ys, IEnumerable xs, string seriesName=null, string chartType="Line") |
void | PlotFunction (Func< double, double > f, string seriesName=null, string chartType="Line", double from=-3.0, double to=3.0, int points=100) |
void | PlotHistogram (IEnumerable ys, string seriesName=null, string histogramName=null) |
void | Plot (Series series) |
void | Plot (Chart chart) |
void | Plot (IEnumerable ys, string seriesName=null, string chartType="Line") |
void | Plot (IEnumerable ys, IEnumerable xs, string seriesName=null, string chartType="Line") |
void | PlotFunction (Func< double, double > f, string seriesName=null, string chartType="Line", double from=-3.0, double to=3.0, int points=100) |
void | PlotHistogram (IEnumerable ys, string seriesName=null, string histogramName=null) |
![]() | |
void | Dump (object o) |
void | Dump (object o, string description) |
void | Clear () |
void | Dump (object o) |
void | Dump (object o, string description) |
void | Clear () |
![]() | |
void | Save () |
void | SaveAs (string newFile) |
void | Save () |
void | SaveAs (string newFile) |
Additional Inherited Members | |
![]() | |
PaneLocation | PreferredLocation [get] |
bool | IsVisible [get, set] |
![]() | |
ICommand | CloseCommand [get] |
Uri | Uri [get] |
bool | IsDirty [get] |
void CShell.Sinks.IPlotSink.Plot | ( | Series | series | ) |
void CShell.Sinks.IPlotSink.Plot | ( | Chart | chart | ) |
void CShell.Sinks.IPlotSink.Plot | ( | IEnumerable | ys, |
string | seriesName = null , |
||
string | chartType = "Line" |
||
) |
void CShell.Sinks.IPlotSink.Plot | ( | IEnumerable | ys, |
IEnumerable | xs, | ||
string | seriesName = null , |
||
string | chartType = "Line" |
||
) |
void CShell.Sinks.IPlotSink.PlotFunction | ( | Func< double, double > | f, |
string | seriesName = null , |
||
string | chartType = "Line" , |
||
double | from = -3.0 , |
||
double | to = 3.0 , |
||
int | points = 100 |
||
) |
void CShell.Sinks.IPlotSink.PlotHistogram | ( | IEnumerable | ys, |
string | seriesName = null , |
||
string | histogramName = null |
||
) |
void CShell.Sinks.IPlotSink.Plot | ( | Series | series | ) |
void CShell.Sinks.IPlotSink.Plot | ( | Chart | chart | ) |
void CShell.Sinks.IPlotSink.Plot | ( | IEnumerable | ys, |
string | seriesName = null , |
||
string | chartType = "Line" |
||
) |
void CShell.Sinks.IPlotSink.Plot | ( | IEnumerable | ys, |
IEnumerable | xs, | ||
string | seriesName = null , |
||
string | chartType = "Line" |
||
) |
void CShell.Sinks.IPlotSink.PlotFunction | ( | Func< double, double > | f, |
string | seriesName = null , |
||
string | chartType = "Line" , |
||
double | from = -3.0 , |
||
double | to = 3.0 , |
||
int | points = 100 |
||
) |
void CShell.Sinks.IPlotSink.PlotHistogram | ( | IEnumerable | ys, |
string | seriesName = null , |
||
string | histogramName = null |
||
) |