Class SFDateTimeRangeNavigator
Inheritance
System.Object
SFDateTimeRangeNavigator
Implements
System.ComponentModel.IComponent
System.IDisposable
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
Content
Declaration
public UIView Content { get; set; }
Property Value
DeferredUpdateDelay
Declaration
public double DeferredUpdateDelay { get; set; }
Property Value
Delegate
Declaration
public SFRangeNavigatorDelegate Delegate { get; set; }
Property Value
EdgeInsets
Declaration
public UIEdgeInsets EdgeInsets { get; set; }
Property Value
EnableDeferredUpdate
Declaration
public bool EnableDeferredUpdate { get; set; }
Property Value
Intervals
Declaration
public NSMutableArray Intervals { get; set; }
Property Value
Type |
Foundation.NSMutableArray |
LeftThumbStyle
Declaration
public SFRangeNavigatorThumbStyle LeftThumbStyle { get; set; }
Property Value
Declaration
public SFRangeNavigatorTooltipStyle LeftTooltipStyle { get; set; }
Property Value
Locale
Declaration
public NSLocale Locale { get; set; }
Property Value
MajorScaleStyle
Declaration
public SFRangeNavigatorScaleStyle MajorScaleStyle { get; set; }
Property Value
Maximum
Declaration
public NSDate Maximum { get; set; }
Property Value
Minimum
Declaration
public NSDate Minimum { get; set; }
Property Value
MinorScaleStyle
Declaration
public SFRangeNavigatorScaleStyle MinorScaleStyle { get; set; }
Property Value
OverlayColor
Declaration
public UIColor OverlayColor { get; set; }
Property Value
RightThumbStyle
Declaration
public SFRangeNavigatorThumbStyle RightThumbStyle { get; set; }
Property Value
Declaration
public SFRangeNavigatorTooltipStyle RightTooltipStyle { get; set; }
Property Value
SelectedOverlayColor
Declaration
public UIColor SelectedOverlayColor { get; set; }
Property Value
Declaration
public bool ShowTooltip { get; set; }
Property Value
Site
Declaration
public ISite Site { get; set; }
Property Value
Type |
System.ComponentModel.ISite |
ThumbLayer
Declaration
public SFRangeNavigatorThumbLayer ThumbLayer { get; set; }
Property Value
Declaration
public SFRangeNavigatorTooltipDisplayMode TooltipDisplayMode { get; set; }
Property Value
Declaration
public SFRangeNavigatorTooltipLayer TooltipLayer { get; set; }
Property Value
ViewRangeEnd
Declaration
public NSDate ViewRangeEnd { get; set; }
Property Value
ViewRangeStart
Declaration
public NSDate ViewRangeStart { get; set; }
Property Value
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
Implements
System.ComponentModel.IComponent
System.IDisposable