Defines light types that can be used in a 3D chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum LightType |
Visual Basic
Copy Code
|
|---|
Public Enum LightType |
Members| Member name | Description | |
|---|---|---|
![]() |
Ambient |
Defines a light that provides constant lightening at the 3D scene. |
![]() |
Directional |
Defines a light that projects its effect along a specified vector. |
See Also