Class IndexDateRangeCalculationHelper
Defines a range calculation helper used by com.scichart.charting.visuals.axes.IndexDateAxis
Inheritance
IndexDateRangeCalculationHelper
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class IndexDateRangeCalculationHelper extends rangeCalculators.DateRangeCalculationHelper
Constructors
IndexDateRangeCalculationHelper()
Declaration
public IndexDateRangeCalculationHelper()
Methods
growBy(IRange<Date> range, IRange<Double> growBy)
Applies growBy to specified range
Declaration
protected void growBy(IRange<Date> range, IRange<Double> growBy)
Parameters
| Type | Name | Description |
|---|---|---|
| IRange<Date> | range | The range to apply growBy to |
| IRange<Double> | growBy | The growBy value |