ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Converters Class / Format Property


In This Topic
    Format Property
    In This Topic
    Gets the format converter.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Format As FormatConverter
    'Usage
     
    
    Dim value As FormatConverter
     
    value = Converters.Format
    public static FormatConverter Format {get;}
    See Also