Click or drag to resize
NChartAxesPlane Class
The NChartAxesPlane class provides methods to display the axes plane for the cartesian system.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartAxesPlane

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartAxesPlane : INChartObject

The NChartAxesPlane type exposes the following members.

Properties
  NameDescription
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyColor
Color of axes plane.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
Public propertyWidth
Width of the axes plane in 3D scene units. Actually one 3D scene unit is equal to half a screen size by the initial zoom (therefore the space of 3D scene is actually nonlinear respectively to the screen). Of course you can try to calculate out the value you need but you would find it out easier experimentally. The default value is 0.05.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also