Click or drag to resize

Camera3DSetFarClipDistance Method

LightningChart .NET Help
Setter of the far 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.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetFarClipDistance(
	float farClipDist
)

Parameters

farClipDist
Type: SystemSingle
New far clipping distance.
See Also