C# Class Example4_2.ChartStyle

Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Méthodes publiques

Méthode Description
ChartStyle ( ChartCanvas fm1 ) : System
PlotPanelStyle ( Graphics g ) : void
Point2D ( PointF pt ) : PointF
SetChartArea ( Graphics g ) : void

Private Methods

Méthode Description
AddLabels ( Graphics g ) : void
SetPlotPanel ( Graphics g ) : void

Method Details

ChartStyle() public méthode

public ChartStyle ( ChartCanvas fm1 ) : System
fm1 ChartCanvas
Résultat System

PlotPanelStyle() public méthode

public PlotPanelStyle ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

Point2D() public méthode

public Point2D ( PointF pt ) : PointF
pt System.Drawing.PointF
Résultat System.Drawing.PointF

SetChartArea() public méthode

public SetChartArea ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void