C# Class Owl.Charts.ChartHelper

Afficher le fichier Open project: FerHenrique/Owl

Méthodes publiques

Méthode 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 méthode

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

GetColors() public static méthode

public static GetColors ( ) : System.Drawing.Color[]
Résultat System.Drawing.Color[]

InitializeChart() public static méthode

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

ParseCharValueType() public static méthode

public static ParseCharValueType ( ChartsValueTypes valueType ) : ChartValueType
valueType ChartsValueTypes
Résultat ChartValueType

ParseLegendStyle() public static méthode

public static ParseLegendStyle ( ChartsLegendStyle legendStyle ) : LegendStyle
legendStyle ChartsLegendStyle
Résultat LegendStyle