[C#] | public static int softLighting([ int direction [, int raisedEffect ]]); |
[VB] | Public Shared Function softLighting([ direction As Integer [, raisedEffect As Integer ]]) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int softLighting([ int direction [, int raisedEffect ]]); |
[VB] | Public Shared Function softLighting([ direction As Integer [, raisedEffect As Integer ]]) As Integer |
Description
Example | Description |
---|---|
Soft Multi-Bar Chart | The bars are shaded using soft lighting effect, with light direction from Top, and raised effect of 4 pixels. |
Soft Bar Shading | The bars are shaded using soft lighting effect, with light direction from Left, and raised effect of 4 pixels. |
Spline Line Chart | The title is shaded using soft lighting effect, with light direction from Right, and raised effect of 4 pixels. |
Arguments
Return Value