FlexChart for WinForms
DrawLine メソッド (IRendering)

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : DrawLine メソッド
x-coordinate of first point.
y-coordinate of first point.
x-coordinate of second point.
y-coordinate of second point.
Draw line between two points using current stroke attributes.
シンタックス
'宣言
 
Sub DrawLine( _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double _
) 
void DrawLine( 
   System.double x1,
   System.double y1,
   System.double x2,
   System.double y2
)

パラメータ

x1
x-coordinate of first point.
y1
y-coordinate of first point.
x2
x-coordinate of second point.
y2
y-coordinate of second point.
参照

参照

IRendering インターフェース
IRendering メンバ