RangeExtensions
StockSharp.Xaml.Charting.Common.Extensions
Methods
GrowBy
public static IRange GrowBy(IRange range, double minFraction, double maxFraction, bool isLogarithmic, double logBase)
result = RangeExtensions.GrowBy(range, minFraction, maxFraction, isLogarithmic, logBase)
Grows current IRange instance by ,
- range
- minFraction
- maxFraction
- isLogarithmic
- Indicates whether perform calculations in logarithmic space
- logBase
- If , use this value as a base for logarithmic calculations