C# Class MTExample4_1.ChartStyle

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

Méthodes publiques

Méthode Description
ChartStyle ( ChartCanvas fm1 ) : System.Drawing
PlotPanelStyle ( Graphics g ) : void
Point2D ( System.Drawing.CGPoint pt ) : Point
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.Drawing
fm1 ChartCanvas
Résultat System.Drawing

PlotPanelStyle() public méthode

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

Point2D() public méthode

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

SetChartArea() public méthode

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