Click or drag to resize

LightingScheme Enumeration

LightningChart .NET Help
Predefined lighting schemes for 3D view.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum LightingScheme
Members
  Member nameValueDescription
Default0 Default lighting scheme, with one point of light and one directional light from camera direction.
DarkPointOfLightAndDirectionalFromCamera1 Default lighting scheme, with one point of light and one directional light from camera direction.
DirectionalFromCamera2 Default lighting scheme, with one point of light and one directional light from camera direction.
DiscoRGB3 3 point of lights, red, green, blue.
DiscoCMY4 3 point of lights, cyan, magenta, yellow.
See Also