Members 
The typeparameter of this Delta, e.g. System.Double
IAxisDelta<T> Interface
Defines the Typed interface to a Delta type, which defines Major and Minor deltas as used in SciChart.Charting.Visuals.Axes.AxisBase
Syntax
public interface IAxisDelta<T> : IAxisDelta  
where T: IComparable
Type Parameters
T
The typeparameter of this Delta, e.g. System.Double
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