Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleLogarithmic Class / LogarithmBase Property


In This Topic
    LogarithmBase Property
    In This Topic
    Specifies the logarithm base.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Specifies the logarithm base")>
    <DefaultValueAttribute(10)>
    Public Property LogarithmBase As Double
    'Usage
     
    Dim instance As AxisScaleLogarithmic
    Dim value As Double
     
    instance.LogarithmBase = value
     
    value = instance.LogarithmBase
    [Category("Ticks")]
    [Description("Specifies the logarithm base")]
    [DefaultValue(10)]
    public 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