VolumeModelThreshold Property |
LightningChart .NET Help
Threshold settings, to cut away unaccepted part of the model
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(RangeRGB), "new PointRGB(0, 0, 0), new PointRGB(1, 1, 1)")]
public RangeRGB Threshold { get; set; }<DefaultValueAttribute(GetType(RangeRGB), "new PointRGB(0, 0, 0), new PointRGB(1, 1, 1)")>
Public Property Threshold As RangeRGB
Get
Set
public:
[DefaultValueAttribute(typeof(RangeRGB), L"new PointRGB(0, 0, 0), new PointRGB(1, 1, 1)")]
property RangeRGB^ Threshold {
RangeRGB^ get ();
void set (RangeRGB^ value);
}Property Value
Type:
RangeRGB
See Also