Click or drag to resize

RayFunction Enumeration

LightningChart .NET Help
Ray Function specifier

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum RayFunction
Members
Member nameValueDescription
Accumulation0 Accumulation function combines the data from entire dataset and provides an opportunity to control the opacity of the model.
Isosurface1 Isosurface rendering extracts normals from the dataset according to threshold settings and visualize the surface of desirable tissue.
MaximalIntensity2 MaximalIntensity rendering shows the most bright structures inside the dataset.
See Also