C# Class Owl.Charts.ChartHelper

Datei anzeigen Open project: FerHenrique/Owl

Public Methods

Method Description
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

Method Details

AddLegend() public static method

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

GetColors() public static method

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

InitializeChart() public static method

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

ParseCharValueType() public static method

public static ParseCharValueType ( ChartsValueTypes valueType ) : ChartValueType
valueType ChartsValueTypes
return ChartValueType

ParseLegendStyle() public static method

public static ParseLegendStyle ( ChartsLegendStyle legendStyle ) : LegendStyle
legendStyle ChartsLegendStyle
return LegendStyle