ChartDirector 5.1 (.NET Edition)
PolarLayer.setDataSymbol
Usage
[VB] | Public Sub setDataSymbol(symbol As Integer [, size As Integer [, fillColor As Integer [, edgeColor As Integer [, lineWidth As Integer ]]]]) |
[C#] | public void setDataSymbol(int symbol [, int size [, int fillColor [, int edgeColor [, int lineWidth ]]]]); |
Description
Uses one of the built-in symbols as the graphics symbol to plot the data points.
Arguments
Argument | Default | Description |
symbol | (Mandatory) | One of the predefined shape constants representing the symbol shape. See Shape Specification for the available built-in shapes. |
size | 7 | The 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. |
lineWidth | 1 | The line width used for drawing the symbols. |
Return Value
None
© 2012 Advanced Software Engineering Limited. All rights reserved.