[C#] | public void polyShape(int[] xy, int edgeColor, int fillColor); |
[VB] | Public Sub polyShape(xy As Integer(), edgeColor As Integer, fillColor As Integer) |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public void polyShape(int[] xy, int edgeColor, int fillColor); |
[VB] | Public Sub polyShape(xy As Integer(), edgeColor As Integer, fillColor As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
xy | (Mandatory) | An array of integers specifying the shape. |
edgeColor | (Mandatory) | The border color. To disable border, set the edgeColor the same as the fillColor. |
fillColor | (Mandatory) | The fill color. To disable filling, set the fillColor to Transparent. |
Return Value