GrowBy Property (AxisCore)
Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase the axis extents by 10% (min) and 20% (max) outside of the data range
Syntax
[TypeConverter(SciChart.Charting.Common.Databinding.StringToDoubleRangeTypeConverter)]
public IRange<double> GrowBy {get; set;}

Property Value

The grow by factor as a DoubleRange.
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