VolumeModelEmptySpaceSkipping Property |
LightningChart .NET Help
Sampling rate for empty space skipping settings. Low level increases performance, but can reveal some artifacts.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "128")]
public int EmptySpaceSkipping { get; set; }<DefaultValueAttribute(GetType(Integer), "128")>
Public Property EmptySpaceSkipping As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"128")]
property int EmptySpaceSkipping {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also