C# Class HasK.Controls.Graph.ChartFunction

Math function on chart
Inheritance: ChartVisibleObject
Afficher le fichier Open project: xHasKx/CSharp.Controls.Graph.Chart Class Usage Examples

Protected Properties

Свойство Type Description
_func MathFunction

Méthodes publiques

Méthode Description
ChartFunction ( Chart chart, MathFunction func ) : System

Create math function on chart

ChartFunction ( Chart chart, MathFunction func, Color color ) : System

Create math function on chart

Draw ( Graphics g ) : void

Chart will calls this method to draw object

Method Details

ChartFunction() public méthode

Create math function on chart
public ChartFunction ( Chart chart, MathFunction func ) : System
chart Chart Chart for function
func MathFunction The math function for display
Résultat System

ChartFunction() public méthode

Create math function on chart
public ChartFunction ( Chart chart, MathFunction func, Color color ) : System
chart Chart Chart for function
func MathFunction The math function for display
color Color Color of function
Résultat System

Draw() public méthode

Chart will calls this method to draw object
public Draw ( Graphics g ) : void
g System.Drawing.Graphics Graphics, which should be used for drawing
Résultat void

Property Details

_func protected_oe property

The function which should be drawed
protected MathFunction _func
Résultat MathFunction