IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Sinks.IPlotSink Interface Reference
+ Inheritance diagram for CShell.Sinks.IPlotSink:
+ Collaboration diagram for CShell.Sinks.IPlotSink:

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)
 
- Public Member Functions inherited from CShell.Framework.ISink
void Dump (object o)
 
void Dump (object o, string description)
 
void Clear ()
 
void Dump (object o)
 
void Dump (object o, string description)
 
void Clear ()
 
- Public Member Functions inherited from CShell.Framework.IDocument
void Save ()
 
void SaveAs (string newFile)
 
void Save ()
 
void SaveAs (string newFile)
 

Additional Inherited Members

- Properties inherited from CShell.Framework.ISink
PaneLocation PreferredLocation [get]
 
bool IsVisible [get, set]
 
- Properties inherited from CShell.Framework.IDocument
ICommand CloseCommand [get]
 
Uri Uri [get]
 
bool IsDirty [get]
 

Member Function Documentation

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 
)

The documentation for this interface was generated from the following file: