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

TLabel() public méthode

public TLabel ( string text, double x, double y, Color markerColor, Color textColor ) : System
text string
x double
y double
markerColor Color
textColor Color
Résultat System
        public TLabel(string text, double x, double y, Color markerColor, Color textColor)
            : base(x, y, markerColor)
        {
            Text = text;
            TextColor = textColor;
        }

Same methods

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