FlexChart for WinForms
DrawString(String,Double,Double) メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース > DrawString メソッド : DrawString(String,Double,Double) メソッド
String to draw.
X-coordinate of string.
Y-coordinate of string.
Draw string at specified position.
シンタックス
'宣言
 
Overloads Sub DrawString( _
   ByVal s As System.String, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) 
void DrawString( 
   System.string s,
   System.double x,
   System.double y
)

パラメータ

s
String to draw.
x
X-coordinate of string.
y
Y-coordinate of string.
参照

参照

IRendering インターフェース
IRendering メンバ
オーバーロード一覧