Click or drag to resize
NChartPolarSystem Class
The NChartPolarSystem class provides methods for managing the chart's polar coordinate system.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartPolarSystem

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartPolarSystem : INChartObject, 
	INChartCoordSystem

The NChartPolarSystem type exposes the following members.

Properties
  NameDescription
Public propertyAzimuthAxis
Azimuth-Axis of the polar coordinate system.
Public propertyBorderColor
Color of the border around the polar coordinate system.
Public propertyBorderThickness
Thickness of the border around the polar coordinate system.
Public propertyBorderVisible
Flag that determines if the border around the polar coordinate system is visible (true) or not (false).
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyGrid
Grid of the polar coordinate system.
Public propertyMargin
Margin of the coordinate system.
Public propertyRadiusAxis
Radius-Axis of the polar coordinate system.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
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