[VB] | Public Sub hline(x1 As Integer, x2 As Integer, y As Integer, c As Integer) |
[C#] | public void hline(int x1, int x2, int y, int c); |
ChartDirector 5.1 (.NET Edition)
DrawArea.hline
Usage
[VB] | Public Sub hline(x1 As Integer, x2 As Integer, y As Integer, c As Integer) |
[C#] | public void hline(int x1, int x2, int y, int c); |
Description
Arguments
Argument | Default | Description |
---|---|---|
x1 | (Mandatory) | The x coordinate of the first end-point of the line. |
x2 | (Mandatory) | The x coordinate of the second end-point of the line. |
y | (Mandatory) | The y coordinate of the line. |
c | (Mandatory) | The color of the line. |
Return Value