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

TLabel() 공개 메소드

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