Click or drag to resize

VolumeModelDarkness Property

LightningChart .NET Help
Darkness option of the transfer function

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(PointRGB), "new PointRGB(0, 0, 0)")]
public PointRGB Darkness { get; set; }

Property Value

Type: PointRGB
See Also