ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / LogBase Property

In This Topic
    LogBase Property (Axis)
    In This Topic
    Gets or sets the logarithmic base of the axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(NaN)>
    <C1DescriptionAttribute("Axis.LogBase", "Gets or sets the logarithmic base of the axis.")>
    Public Property LogBase As Double
    [DefaultValue(NaN)]
    [C1Description("Axis.LogBase", "Gets or sets the logarithmic base of the axis.")]
    public double LogBase {get; set;}
    Remarks
    If the base is equal to NaN(default value) the axis uses a linear scale.
    See Also