Click or drag to resize

Camera3DSetNearClipDistance Method

LightningChart .NET Help
Setter of the near clipping distance for the 3D projection. This is an advanced setting that is not supported in normal use and should not be modified.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetNearClipDistance(
	float nearClipDist
)

Parameters

nearClipDist
Type: SystemSingle
New near clipping distance.
See Also