Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / UseLogBase Property


In This Topic
    UseLogBase Property
    In This Topic
    Gets or sets a value that indicates whether to use a log base.
    Syntax
    'Declaration
     
    Public Property UseLogBase As Boolean
    'Usage
     
    Dim instance As Axis
    Dim value As Boolean
     
    instance.UseLogBase = value
     
    value = instance.UseLogBase
    public bool UseLogBase {get; set;}

    Property Value

    true if using a log base; otherwise, false.
    See Also