[VB] | Public Sub setPerspective(perspective As Double) |
[C#] | public void setPerspective(double perspective); |
ChartDirector 5.1 (.NET Edition)
ThreeDChart.setPerspective
Usage
[VB] | Public Sub setPerspective(perspective As Double) |
[C#] | public void setPerspective(double perspective); |
Description
Arguments
Argument | Default | Description |
---|---|---|
perspective | (Mandatory) | The strength of the perspective effect. It approximately represents the maximum percentage magnification of the plot region, which is the same as the maximum percentage reduction. A value of 0 means no perspective effect. This value is usually between 0 to 100. If this method is never called, the default is 12. |
Return Value