GetDeltaCalculator Method (TimeSpanAxis3DBase)
Returns an instance of an SciChart.Charting.Numerics.DeltaCalculators.IDeltaCalculator which is used to compute the data-values of SciChart.Charting.Visuals.Axes.AxisCore.MajorDelta, SciChart.Charting.Visuals.Axes.AxisCore.MinorDelta. Overridden by derived types to allow calculations specific to that axis type.
Syntax
protected override IDeltaCalculator GetDeltaCalculator()

Return Value

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