C# Class HasK.Controls.Graph.ChartTextPoint

Simple square point on chart with specified color and text near it
Inheritance: ChartPoint
Afficher le fichier Open project: xHasKx/CSharp.Controls.Graph.Chart Class Usage Examples

Méthodes publiques

Méthode Description
ChartTextPoint ( Chart chart, string text, DPoint center, TextPlaceType place_type ) : System

Create simple square point on chart with specified color and text near it

Draw ( Graphics g ) : void

Chart will calls this method to draw object

Method Details

ChartTextPoint() public méthode

Create simple square point on chart with specified color and text near it
public ChartTextPoint ( Chart chart, string text, DPoint center, TextPlaceType place_type ) : System
chart Chart Chart for point
text string Text near the point
center DPoint The center position of this point, in real coordinates
place_type TextPlaceType Text placement type of text near the point
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