C# Класс SharpNeatGUI.SummaryDataSource

Data source for the SummaryGraphForm.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetPointArray() публичный Метод

Gets the data to be plotted.
public GetPointArray ( ) : SharpNeat.Utility.Point2DDouble[]
Результат SharpNeat.Utility.Point2DDouble[]

SummaryDataSource() публичный Метод

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
Результат System.Drawing