C# 클래스 Owl.Charts.ChartHelper

파일 보기 프로젝트 열기: FerHenrique/Owl

공개 메소드들

메소드 설명
AddLegend ( System.Windows.Forms.DataVisualization.Charting.Chart chart, LegendStyle style ) : void
GetColors ( ) : System.Drawing.Color[]
InitializeChart ( System.Windows.Forms.DataVisualization.Charting.Chart chart, ImageSize imageSize ) : void
ParseCharValueType ( ChartsValueTypes valueType ) : ChartValueType
ParseLegendStyle ( ChartsLegendStyle legendStyle ) : LegendStyle

메소드 상세

AddLegend() 공개 정적인 메소드

public static AddLegend ( System.Windows.Forms.DataVisualization.Charting.Chart chart, LegendStyle style ) : void
chart System.Windows.Forms.DataVisualization.Charting.Chart
style LegendStyle
리턴 void

GetColors() 공개 정적인 메소드

public static GetColors ( ) : System.Drawing.Color[]
리턴 System.Drawing.Color[]

InitializeChart() 공개 정적인 메소드

public static InitializeChart ( System.Windows.Forms.DataVisualization.Charting.Chart chart, ImageSize imageSize ) : void
chart System.Windows.Forms.DataVisualization.Charting.Chart
imageSize Owl.Common.ImageSize
리턴 void

ParseCharValueType() 공개 정적인 메소드

public static ParseCharValueType ( ChartsValueTypes valueType ) : ChartValueType
valueType ChartsValueTypes
리턴 ChartValueType

ParseLegendStyle() 공개 정적인 메소드

public static ParseLegendStyle ( ChartsLegendStyle legendStyle ) : LegendStyle
legendStyle ChartsLegendStyle
리턴 LegendStyle