[C#] | public void setDropLine(int dropLineColor [, int dropLineWidth ]); |
[VB] | Public Sub setDropLine(dropLineColor As Integer [, dropLineWidth As Integer ]) |
ChartDirector 7.1 (.NET Edition)
ThreeDScatterGroup.
Usage
[C#] | public void setDropLine(int dropLineColor [, int dropLineWidth ]); |
[VB] | Public Sub setDropLine(dropLineColor As Integer [, dropLineWidth As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
dropLineColor | (Mandatory) | The color of the drop line. |
dropLineWidth | 1 | The width of the drop line. |
Return Value