ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisPoint Class / FormattedLogBase Property


In This Topic
    FormattedLogBase Property
    In This Topic
    Gets the formatted logarithmic base.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormattedLogBase As String
    'Usage
     
    
    Dim instance As AxisPoint
    Dim value As String
     
    value = instance.FormattedLogBase
    public string FormattedLogBase {get;}
    See Also