com.nchart3d.NChart.NChartMargin Class Reference

The Margin class stores the spacing of chart's elements. More...

Public Member Functions

 NChartMargin (float left, float right, float bottom, float top)
 Create Margin with given parameters. More...
 

Public Attributes

float left
 Spacing from the left side in pixels.
 
float right
 Spacing from the right side in pixels.
 
float bottom
 Spacing from the bottom side in pixels.
 
float top
 Spacing from the top side in pixels.
 

Detailed Description

The Margin class stores the spacing of chart's elements.

Constructor & Destructor Documentation

com.nchart3d.NChart.NChartMargin.NChartMargin ( float  left,
float  right,
float  bottom,
float  top 
)
inline

Create Margin with given parameters.

Parameters
left- spacing from the left side in pixels.
right- spacing from the right side in pixels.
bottom- spacing from the bottom side in pixels.
top- spacing from the top side in pixels.