Метод | Описание | |
---|---|---|
ChartGenerator ( DbAdapterContainer dbAdapterContainer, int eventID ) : System | ||
ConvertToChartImageStream ( DbAdapterContainer dbAdapterContainer, System.Xml.Linq.XElement chartElement ) : Stream | ||
ConvertToImageStream ( System.Windows.Forms.DataVisualization.Charting.Chart chart, ChartImageFormat format ) : Stream | ||
GenerateChart ( string title, List |
||
GetKeys ( System.Xml.Linq.XElement chartElement ) : List |
||
GetNames ( System.Xml.Linq.XElement chartElement ) : List |
||
SetChartSize ( System.Windows.Forms.DataVisualization.Charting.Chart chart, int width, int height ) : void | ||
ToDateTime ( int index ) : System.DateTime |
Метод | Описание | |
---|---|---|
GetDataSeries ( string key ) : |
||
GetFaultCurveLookup ( ) : DataSeries>.Dictionary |
||
GetVICycleDataGroup ( ) : |
||
GetVIDataGroup ( ) : |
||
InitializeSeriesLookup ( ) : void |
public ChartGenerator ( DbAdapterContainer dbAdapterContainer, int eventID ) : System | ||
dbAdapterContainer | DbAdapterContainer | |
eventID | int | |
Результат | System |
public static ConvertToChartImageStream ( DbAdapterContainer dbAdapterContainer, System.Xml.Linq.XElement chartElement ) : Stream | ||
dbAdapterContainer | DbAdapterContainer | |
chartElement | System.Xml.Linq.XElement | |
Результат | Stream |
public static ConvertToImageStream ( System.Windows.Forms.DataVisualization.Charting.Chart chart, ChartImageFormat format ) : Stream | ||
chart | System.Windows.Forms.DataVisualization.Charting.Chart | |
format | ChartImageFormat | |
Результат | Stream |
public GenerateChart ( string title, List |
||
title | string | |
keys | List |
|
names | List |
|
startTime | System.DateTime | |
endTime | System.DateTime | |
Результат | System.Windows.Forms.DataVisualization.Charting.Chart |
public static GetKeys ( System.Xml.Linq.XElement chartElement ) : List |
||
chartElement | System.Xml.Linq.XElement | |
Результат | List |
public static GetNames ( System.Xml.Linq.XElement chartElement ) : List |
||
chartElement | System.Xml.Linq.XElement | |
Результат | List |
public static SetChartSize ( System.Windows.Forms.DataVisualization.Charting.Chart chart, int width, int height ) : void | ||
chart | System.Windows.Forms.DataVisualization.Charting.Chart | |
width | int | |
height | int | |
Результат | void |
public ToDateTime ( int index ) : System.DateTime | ||
index | int | |
Результат | System.DateTime |