[VB] | Public Sub setDataSymbol4(polygon As Integer() [, size As Integer [, fillColor As Integer [, edgeColor As Integer ]]]) |
[C#] | public void setDataSymbol4(int[] polygon [, int size [, int fillColor [, int edgeColor ]]]); |
ChartDirector 5.1 (.NET Edition)
PolarLayer.setDataSymbol4
Usage
[VB] | Public Sub setDataSymbol4(polygon As Integer() [, size As Integer [, fillColor As Integer [, edgeColor As Integer ]]]) |
[C#] | public void setDataSymbol4(int[] polygon [, int size [, int fillColor [, int edgeColor ]]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
polygon | (Mandatory) | An array of integers representing the coordinates the polygon vertices. See Shape Specification on how the custom shape is defined. |
size | 11 | The nominal width and height of the symbol in pixels. |
fillColor | -1 | The color used to fill the symbol. -1 means the color of the data representation will be used. |
edgeColor | -1 | The edge color used to draw the edge of the symbol. -1 means the border color of the data representation will be used. |
Return Value