ChartDirector 7.1 (.NET Edition)
SurfaceChart.setBackSideColor
Usage
[C#] | public void setBackSideColor(int color); |
[VB] | Public Sub setBackSideColor(color As Integer) |
Description
Sets the color of the back side of the surface.
The surface of a surface chart has two sides. The side that is facing the positive z direction of the plot region is the front side. The side that is facing the negative z direction of the plot region is the back side.
By default, the back side is colored similar to the front side, but with different brightness of lighting parameters. This method can be used to color the back side with a fixed color instead.
Arguments
Argument | Default | Description |
color | (Mandatory) | The color used for the back side. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.