Class Wall3DColors
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3D wallcolors
public class Wall3DColors
- Inheritance
-
Wall3DColors
- Inherited Members
Constructors
Wall3DColors()
3D wall colors
public Wall3DColors()
Properties
Ambient
Ambient color
public Color Ambient { get; set; }
Property Value
Diffuse
Diffuse color
public Color Diffuse { get; set; }
Property Value
Emissive
Emissive color
public Color Emissive { get; set; }
Property Value
GridStrip1
Grid strip 1 color
public Color GridStrip1 { get; set; }
Property Value
GridStrip2
Grid strip 2 color
public Color GridStrip2 { get; set; }
Property Value
Specular
Specular color
public Color Specular { get; set; }
Property Value
SpecularPower
Specular power color
public double SpecularPower { get; set; }