| Object Reference > Elevation Object > Elevation Object Properties > IsTransparent Property (Elevation) |
IsTransparent Property (Elevation)
Indicates whether hidden lines are to be displayed. For realistic images, this property should be set to False. Setting this property to True improves rendering performance.
Property IsTransparent As Boolean
Example
' Display hidden lines
Chart3D1.ChartGroups(1).Elevation.IsTransparent = True
See Also