Plane Class
Plane data type declaration represents a plane in 3d and has various different functions.
Object Model

Syntax
[DebuggerDisplay("({NormalX},{NormalY},{NormalZ},{Distance})")] public class Plane : SciChart.Charting3D.Interop.TSRPlane
Inheritance Hierarchy
System.Object
SciChart.Charting3D.Interop.TSRPlane
SciChart.Charting3D.Plane
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also