LightingScheme Enumeration |
LightningChart .NET Help
Predefined lighting schemes for 3D view.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum LightingScheme
Public Enumeration LightingScheme
public enum class LightingScheme
Members|
| Member name | Value | Description |
|---|
| Default | 0 |
Default lighting scheme, with one point of light and one directional light from camera direction.
|
| DarkPointOfLightAndDirectionalFromCamera | 1 |
Default lighting scheme, with one point of light and one directional light from camera direction.
|
| DirectionalFromCamera | 2 |
Default lighting scheme, with one point of light and one directional light from camera direction.
|
| DiscoRGB | 3 |
3 point of lights, red, green, blue.
|
| DiscoCMY | 4 |
3 point of lights, cyan, magenta, yellow.
|
See Also