[VB] | Public Sub setStyle(shadingMethod As Integer [, edgeColor As Integer [, edgeWidth As Integer ]]) |
[C#] | public void setStyle(int shadingMethod [, int edgeColor [, int edgeWidth ]]); |
ChartDirector 5.1 (.NET Edition)
Sector.setStyle
Usage
[VB] | Public Sub setStyle(shadingMethod As Integer [, edgeColor As Integer [, edgeWidth As Integer ]]) |
[C#] | public void setStyle(int shadingMethod [, int edgeColor [, int edgeWidth ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
shadingMethod | (Mandatory) | The sector shading style to use. -1 means to keep the existing value unchanged. |
edgeColor | -1 | The edge color of the sector. -1 means to keep the existing value unchanged. |
edgeWidth | -1 | The edge width of the sector. -1 means to keep the existing value unchanged. |
Return Value