Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ILabelFormatter Interface
Members


In This Topic
    ILabelFormatter Interface
    In This Topic
    Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting chart contents.
    Object Model
    ILabelFormatter Interface
    Syntax
    'Declaration
     
    
    Public Interface ILabelFormatter 
       Inherits IFormatter 
    'Usage
     
    
    Dim instance As ILabelFormatter
    public interface ILabelFormatter : IFormatter  
    See Also