com.nchart3d.NChart.NChartValueAxisRange Class Reference

The NChartValueAxisRange class provides properties to store ranges of value axis. More...

Public Member Functions

 NChartValueAxisRange (double from, double to)
 Initialize instance of NChartValueAxisRange. More...
 
 NChartValueAxisRange (Date from, Date to)
 Initialize instance of NChartValueAxisRange. More...
 
double getFromValue ()
 Starting (minimal) value of the range. More...
 
double getToValue ()
 Ending (maximal) value of the range. More...
 
Date getFromDate ()
 Starting (minimal) date of the range. More...
 
Date getToDate ()
 Ending (maximal) date of the range. More...
 

Detailed Description

The NChartValueAxisRange class provides properties to store ranges of value axis.

Constructor & Destructor Documentation

com.nchart3d.NChart.NChartValueAxisRange.NChartValueAxisRange ( double  from,
double  to 
)
inline

Initialize instance of NChartValueAxisRange.

Parameters
from- starting value in range.
to- ending value in range.
com.nchart3d.NChart.NChartValueAxisRange.NChartValueAxisRange ( Date  from,
Date  to 
)
inline

Initialize instance of NChartValueAxisRange.

Parameters
from- starting date in range.
to- ending date in range.

Member Function Documentation

Date com.nchart3d.NChart.NChartValueAxisRange.getFromDate ( )
inline

Starting (minimal) date of the range.

If the axis has no dates, this value is always nil.

double com.nchart3d.NChart.NChartValueAxisRange.getFromValue ( )
inline

Starting (minimal) value of the range.

If the axis has dates, this value is always 0.

Date com.nchart3d.NChart.NChartValueAxisRange.getToDate ( )
inline

Ending (maximal) date of the range.

If the axis has no dates, this value is always nil.

double com.nchart3d.NChart.NChartValueAxisRange.getToValue ( )
inline

Ending (maximal) value of the range.

If the axis has dates, this value is always 0.