menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFDateTimeRangeNavigator - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFDateTimeRangeNavigator

    Inheritance
    System.Object
    SFDateTimeRangeNavigator
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFDateTimeRangeNavigator : UIView, IComponent, IDisposable

    Constructors

    SFDateTimeRangeNavigator()

    Declaration
    public SFDateTimeRangeNavigator()

    SFDateTimeRangeNavigator(IntPtr)

    Declaration
    public SFDateTimeRangeNavigator(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    Properties

    AllowSnapping

    Declaration
    public bool AllowSnapping { get; set; }
    Property Value
    Type
    System.Boolean

    Content

    Declaration
    public UIView Content { get; set; }
    Property Value
    Type
    UIKit.UIView

    DeferredUpdateDelay

    Declaration
    public double DeferredUpdateDelay { get; set; }
    Property Value
    Type
    System.Double

    Delegate

    Declaration
    public SFRangeNavigatorDelegate Delegate { get; set; }
    Property Value
    Type
    SFRangeNavigatorDelegate

    EdgeInsets

    Declaration
    public UIEdgeInsets EdgeInsets { get; set; }
    Property Value
    Type
    UIKit.UIEdgeInsets

    EnableDeferredUpdate

    Declaration
    public bool EnableDeferredUpdate { get; set; }
    Property Value
    Type
    System.Boolean

    Intervals

    Declaration
    public NSMutableArray Intervals { get; set; }
    Property Value
    Type
    Foundation.NSMutableArray

    LeftThumbStyle

    Declaration
    public SFRangeNavigatorThumbStyle LeftThumbStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorThumbStyle

    LeftTooltipStyle

    Declaration
    public SFRangeNavigatorTooltipStyle LeftTooltipStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorTooltipStyle

    Locale

    Declaration
    public NSLocale Locale { get; set; }
    Property Value
    Type
    Foundation.NSLocale

    MajorScaleStyle

    Declaration
    public SFRangeNavigatorScaleStyle MajorScaleStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorScaleStyle

    Maximum

    Declaration
    public NSDate Maximum { get; set; }
    Property Value
    Type
    Foundation.NSDate

    Minimum

    Declaration
    public NSDate Minimum { get; set; }
    Property Value
    Type
    Foundation.NSDate

    MinorScaleStyle

    Declaration
    public SFRangeNavigatorScaleStyle MinorScaleStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorScaleStyle

    OverlayColor

    Declaration
    public UIColor OverlayColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    RightThumbStyle

    Declaration
    public SFRangeNavigatorThumbStyle RightThumbStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorThumbStyle

    RightTooltipStyle

    Declaration
    public SFRangeNavigatorTooltipStyle RightTooltipStyle { get; set; }
    Property Value
    Type
    SFRangeNavigatorTooltipStyle

    SelectedOverlayColor

    Declaration
    public UIColor SelectedOverlayColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    ShowTooltip

    Declaration
    public bool ShowTooltip { get; set; }
    Property Value
    Type
    System.Boolean

    Site

    Declaration
    public ISite Site { get; set; }
    Property Value
    Type
    System.ComponentModel.ISite

    ThumbLayer

    Declaration
    public SFRangeNavigatorThumbLayer ThumbLayer { get; set; }
    Property Value
    Type
    SFRangeNavigatorThumbLayer

    TooltipDisplayMode

    Declaration
    public SFRangeNavigatorTooltipDisplayMode TooltipDisplayMode { get; set; }
    Property Value
    Type
    SFRangeNavigatorTooltipDisplayMode

    TooltipLayer

    Declaration
    public SFRangeNavigatorTooltipLayer TooltipLayer { get; set; }
    Property Value
    Type
    SFRangeNavigatorTooltipLayer

    ViewRangeEnd

    Declaration
    public NSDate ViewRangeEnd { get; set; }
    Property Value
    Type
    Foundation.NSDate

    ViewRangeStart

    Declaration
    public NSDate ViewRangeStart { get; set; }
    Property Value
    Type
    Foundation.NSDate

    Methods

    AwakeFromNib()

    Declaration
    public override void AwakeFromNib()

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    LayoutSubviews()

    Declaration
    public override void LayoutSubviews()

    TouchesBegan(NSSet, UIEvent)

    Declaration
    public override void TouchesBegan(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesEnded(NSSet, UIEvent)

    Declaration
    public override void TouchesEnded(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesMoved(NSSet, UIEvent)

    Declaration
    public override void TouchesMoved(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    Events

    Disposed

    Declaration
    public event EventHandler Disposed
    Event Type
    Type
    System.EventHandler

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved