Click or drag to resize

Cull Enumeration

LightningChart .NET Help
Culling of 3D triangles.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum Cull
Members
  Member nameValueDescription
None1 No culling, render all triangles regardless of their normal angle to camera.
Clockwise2 Cull clockwise defined triangles.
CounterClockwise3 Cull counterclockwise defined triangles
See Also