Group: Forum Members
Last Active: Last Year
Posts: 4,
Visits: 85
|
Hello, The SetTransparencyPercent() method of a NTriangulatedSurfaceSeries no longer works when LightModel.EnableLighting is set to true.
m_Chart.LightModel.SetPredefinedLightModel(PredefinedLightModel.BrightCameraLight) m_Chart.LightModel.EnableLighting = True SetTransparencyPercent(50) '<-- Not working
m_Chart.LightModel.SetPredefinedLightModel(PredefinedLightModel.BrightCameraLight)
m_Chart.LightModel.EnableLighting = True
SetTransparencyPercent(50) '<-- Not working
|