Nevron .NET Vision
Nevron.Chart Namespace / NLogarithmicScaleConfigurator Class / LogarithmBase Property


In This Topic
    LogarithmBase Property
    In This Topic
    Specifies the logarithm base.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the logarithm base")>
    <System.ComponentModel.DefaultValueAttribute(10)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property LogarithmBase As System.Double
    'Usage
     
    
    Dim instance As NLogarithmicScaleConfigurator
    Dim value As System.Double
     
    instance.LogarithmBase = value
     
    value = instance.LogarithmBase
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the logarithm base")]
    [System.ComponentModel.DefaultValue(10)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.double LogarithmBase {get; set;}
    Remarks
    By default 10. See the Axis Scales topic for more information.
    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