Members 
SmartDateLabelProvider Class
The SmartDateLabelProvider class implements logic to select an appropriate label format based on the axis's VisibleRange and specified settings. It is used for formatting axis and cursor label texts, ensuring labels are displayed in a clear and context-appropriate manner.
Object Model
SmartDateLabelProvider ClassIAxisCore InterfaceIRange InterfaceIServiceContainer InterfaceITickProvider InterfaceIRange Interface
Syntax
public class SmartDateLabelProvider : DateTimeLabelProvider, ILabelProvider  
Inheritance Hierarchy

System.Object
   SciChart.Charting.Numerics.ProviderBase
      SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase
         SciChart.Charting.Visuals.Axes.LabelProviders.DateTimeLabelProvider
            SciChart.Charting.Visuals.Axes.LabelProviders.SmartDateLabelProvider

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