C# Class SharpNeatGUI.SummaryDataSource

Data source for the SummaryGraphForm.
Show file Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
GetPointArray ( ) : SharpNeat.Utility.Point2DDouble[]

Gets the data to be plotted.

SummaryDataSource ( string name, int yAxis, Color color, GetDataPointArrayDelegate getPointArrayDelegate ) : System.Drawing

Constructs a data source with the provided source details and delegate for acquiring data.

Method Details

GetPointArray() public method

Gets the data to be plotted.
public GetPointArray ( ) : SharpNeat.Utility.Point2DDouble[]
return SharpNeat.Utility.Point2DDouble[]

SummaryDataSource() public method

Constructs a data source with the provided source details and delegate for acquiring data.
public SummaryDataSource ( string name, int yAxis, Color color, GetDataPointArrayDelegate getPointArrayDelegate ) : System.Drawing
name string
yAxis int
color System.Drawing.Color
getPointArrayDelegate GetDataPointArrayDelegate
return System.Drawing