FlexPivot for WinForms
DrawLine メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 > IRenderEngine インターフェース : 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.
参照

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