Camera3DGetFarClipDistance Method |
LightningChart .NET Help
Getter 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.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public float GetFarClipDistance()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetFarClipDistance As Single
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
float GetFarClipDistance()
Return Value
Type:
SingleCurrent far clipping distance.
See Also