VolumeModelClipColorRange Property |
LightningChart .NET Help
skip color for volume model not to draw
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(bool), "false")]
public bool ClipColorRange { get; set; }<DefaultValueAttribute(GetType(Boolean), "false")>
Public Property ClipColorRange As Boolean
Get
Set
public:
[DefaultValueAttribute(typeof(bool), L"false")]
property bool ClipColorRange {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also