SmartQuant.Charting.TLabel.TLabel C# (CSharp) 메소드

TLabel() 공개 메소드

public TLabel ( string text, double x, double y, Color markerColor, Color textColor ) : System
text string
x double
y double
markerColor Color
textColor Color
리턴 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