Click or drag to resize
NChartMargin Structure
The NChartMargin struct stores the spacing of chart's elements.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public struct NChartMargin

The NChartMargin type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBottom
Spacing from the bottom side in pixels.
Public fieldLeft
Spacing from the left side in pixels.
Public fieldRight
Spacing from the right side in pixels.
Public fieldTop
Spacing from the top side in pixels.
Top
See Also