VolumeModelRayFunction Property |
LightningChart .NET Help
Enum specifies Ray Function, which is used to render the model.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic RayFunction RayFunction { get; set; }Public Property RayFunction As RayFunction
Get
Set
public:
property RayFunction RayFunction {
RayFunction get ();
void set (RayFunction value);
}Property Value
Type:
RayFunction
See Also