com.nchart3d.NChart.NChartSizeAxisDataSource Interface Reference

The NChartSizeAxisDataSource interface provides methods to control data on the size axis. More...

Public Member Functions

float minSize (NChartSizeAxis sizeAxis)
 Get minimal size of markers on the screen in pixels. More...
 
float maxSize (NChartSizeAxis sizeAxis)
 Get maximal size of markers on the screen in pixels. More...
 
Number minValue (NChartSizeAxis sizeAxis)
 Get minimal value of markers' sizes. More...
 
Number maxValue (NChartSizeAxis sizeAxis)
 Get maximal value of markers' sizes. More...
 

Detailed Description

The NChartSizeAxisDataSource interface provides methods to control data on the size axis.

Member Function Documentation

float com.nchart3d.NChart.NChartSizeAxisDataSource.maxSize ( NChartSizeAxis  sizeAxis)

Get maximal size of markers on the screen in pixels.

Parameters
sizeAxis- the size axis to obtain the maximal size for.
Returns
the maximal size of the markers on the screen in pixels.
See also
com.nchart3d.NChart.NChartSizeAxis
Number com.nchart3d.NChart.NChartSizeAxisDataSource.maxValue ( NChartSizeAxis  sizeAxis)

Get maximal value of markers' sizes.

If no implementation is provided, the maximal size is calculated according to the data.

Parameters
sizeAxis- the size axis to obtain the maximal value for.
Returns
the maximal value of the markers' sizes. It may be null that is equivalent to the absence of implementation.
See also
com.nchart3d.NChart.NChartSizeAxis
float com.nchart3d.NChart.NChartSizeAxisDataSource.minSize ( NChartSizeAxis  sizeAxis)

Get minimal size of markers on the screen in pixels.

Parameters
sizeAxis- the size axis to obtain the minimal size for.
Returns
the minimal size of the markers on the screen in pixels.
See also
com.nchart3d.NChart.NChartSizeAxis
Number com.nchart3d.NChart.NChartSizeAxisDataSource.minValue ( NChartSizeAxis  sizeAxis)

Get minimal value of markers' sizes.

If no implementation is provided, the minimal size is calculated according to the data.

Parameters
sizeAxis- the size axis to obtain the minimal value for.
Returns
the minimal value of markers' sizes. It may be null that is equivalent to the absence of implementation.
See also
com.nchart3d.NChart.NChartSizeAxis