Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFAxisRangeInfo

    Show / Hide Table of Contents

    Class SFAxisRangeInfo

    This class represents the visible range of chart axis.

    Inheritance
    System.Object
    SFAxisRangeInfo
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFAxisRangeInfo : Object

    Constructors

    SFAxisRangeInfo(SFAxis)

    Declaration
    public SFAxisRangeInfo(SFAxis axis)
    Parameters
    Type Name Description
    SFAxis axis

    Properties

    ActualMaximum

    Gets or sets the actual maximum range from the axis.

    Declaration
    public NSObject ActualMaximum { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    ActualMinimum

    Gets or sets the actual minimum range from the axis.

    Declaration
    public NSObject ActualMinimum { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    VisibleMaximum

    Gets or sets the visible maximum range from the axis.

    Declaration
    public NSObject VisibleMaximum { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    VisibleMinimum

    Gets or sets the visible minimum range from the axis.

    Declaration
    public NSObject VisibleMinimum { get; set; }
    Property Value
    Type Description
    Foundation.NSObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved