Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • DXLogarithmicOptions.Enabled Property

    Namespace: DevExpress.Xamarin.iOS.Charts

    Assembly: DevExpress.Xamarin.iOS.Charts.dll

    NuGet Package: DevExpress.XamarinForms.Charts

    Declaration

    public virtual bool Enabled { get; set; }

    Property Value

    Type
    Boolean

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Enabled
    DXNumericAxisX
    .LogarithmicOptions .Enabled
    DXNumericAxisY
    .LogarithmicOptions .Enabled
    See Also