[C#] | public void setStyle(int shadingMethod [, int edgeColor [, int edgeWidth ]]); |
[VB] | Public Sub setStyle(shadingMethod As Integer [, edgeColor As Integer [, edgeWidth As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
Sector.
Usage
[C#] | public void setStyle(int shadingMethod [, int edgeColor [, int edgeWidth ]]); |
[VB] | Public Sub setStyle(shadingMethod As Integer [, edgeColor As Integer [, edgeWidth As Integer ]]) |
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