Click or drag to resize
INChartCoordSystem Interface
The INChartCoordSystem interface provides basic methods for managing the chart's coordinate system.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartCoordSystem : INChartObject

The INChartCoordSystem 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.
(Inherited from INChartObject.)
Public propertyMargin
Margin of the coordinate system.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
(Inherited from INChartObject.)
Top
See Also