C# 클래스 FaultData.DataWriters.ChartGenerator

파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

메소드 설명
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 keys, List names, System.DateTime startTime, System.DateTime endTime ) : System.Windows.Forms.DataVisualization.Charting.Chart
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 ) : DataSeries
GetFaultCurveLookup ( ) : DataSeries>.Dictionary
GetVICycleDataGroup ( ) : VICycleDataGroup
GetVIDataGroup ( ) : VIDataGroup
InitializeSeriesLookup ( ) : void

메소드 상세

ChartGenerator() 공개 메소드

public ChartGenerator ( DbAdapterContainer dbAdapterContainer, int eventID ) : System
dbAdapterContainer DbAdapterContainer
eventID int
리턴 System

ConvertToChartImageStream() 공개 정적인 메소드

public static ConvertToChartImageStream ( DbAdapterContainer dbAdapterContainer, System.Xml.Linq.XElement chartElement ) : Stream
dbAdapterContainer DbAdapterContainer
chartElement System.Xml.Linq.XElement
리턴 Stream

ConvertToImageStream() 공개 정적인 메소드

public static ConvertToImageStream ( System.Windows.Forms.DataVisualization.Charting.Chart chart, ChartImageFormat format ) : Stream
chart System.Windows.Forms.DataVisualization.Charting.Chart
format ChartImageFormat
리턴 Stream

GenerateChart() 공개 메소드

public GenerateChart ( string title, List keys, List names, System.DateTime startTime, System.DateTime endTime ) : System.Windows.Forms.DataVisualization.Charting.Chart
title string
keys List
names List
startTime System.DateTime
endTime System.DateTime
리턴 System.Windows.Forms.DataVisualization.Charting.Chart

GetKeys() 공개 정적인 메소드

public static GetKeys ( System.Xml.Linq.XElement chartElement ) : List
chartElement System.Xml.Linq.XElement
리턴 List

GetNames() 공개 정적인 메소드

public static GetNames ( System.Xml.Linq.XElement chartElement ) : List
chartElement System.Xml.Linq.XElement
리턴 List

SetChartSize() 공개 정적인 메소드

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

ToDateTime() 공개 메소드

public ToDateTime ( int index ) : System.DateTime
index int
리턴 System.DateTime