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


In This Topic
    LogValue Property
    In This Topic
    Gets the logarithmic value of the axis point. For the linear(non-logarithmic) axis it returns axis value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LogValue As Double
    'Usage
     
    
    Dim instance As AxisPoint
    Dim value As Double
     
    value = instance.LogValue
    public double LogValue {get;}
    See Also