The Min fraction to grow by. For example, Min = 1 and minFraction = 1 will result in the new Min = 0.1
The Max fraction to grow by. For example, Max = 10 and maxFraction = 1 will result in the new Max = 100
Base for logarithmic calculations
GrowByLog Method
Grows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Syntax

Parameters

range
minFraction
The Min fraction to grow by. For example, Min = 1 and minFraction = 1 will result in the new Min = 0.1
maxFraction
The Max fraction to grow by. For example, Max = 10 and maxFraction = 1 will result in the new Max = 100
logBase
Base for logarithmic calculations
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also