[VB] | Public Shared Function barLighting([ startBrightness As Double, endBrightness As Double ]) As Integer |
[C#] | public static int barLighting([ double startBrightness, double endBrightness ]); |
ChartDirector 5.1 (.NET Edition)
Chart.barLighting
Usage
[VB] | Public Shared Function barLighting([ startBrightness As Double, endBrightness As Double ]) As Integer |
[C#] | public static int barLighting([ double startBrightness, double endBrightness ]); |
Description
Example | Description |
---|---|
Gradient Bar Chart | A 2D horizontal bar chart using the barLighting effect, with the brightness at the end points being 0.75 and 2.0. |
Gradient Multi-Bar Chart | A 3D vertical bar chart using the barLighting effect, with the brightness at the end points being 0.75 and 1.75. |
Arguments
Argument | Default | Description |
---|---|---|
startBrightness | 0.75 | The brightness at the starting point. |
endBrightness | 1.5 | The brightness at the ending point. |
Return Value