Members 
LabelProviderBase Class
Base class to define a LabelProvider. The LabelProvider may be set or data-bound to the SciChart.Charting.Visuals.Axes.AxisCore.LabelProvider property, allowing programmatic overriding of axis labels. Create a class which implements ILabelProvider and return string values from the FormatLabel and FormatCursorLabel methods
Object Model
LabelProviderBase ClassIAxisCore InterfaceIRange InterfaceIServiceContainer InterfaceITickProvider InterfaceIRange Interface
Syntax
public abstract class LabelProviderBase : SciChart.Charting.Numerics.ProviderBase, ILabelProvider  
Inheritance Hierarchy
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