SmartQuant.Charting.TLabel.TLabel C# (CSharp) Méthode

TLabel() public méthode

public TLabel ( string text, double x, double y ) : System
text string
x double
y double
Résultat System
        public TLabel(string text, double x, double y)
            : this(text, x, y, default(Color), Color.Black)
        {
        }

Same methods

TLabel::TLabel ( string text, double x, double y, Color markerColor ) : System
TLabel::TLabel ( string text, double x, double y, Color markerColor, Color textColor ) : System