Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFRangeNavigatorTooltipLayer

    Inheritance
    System.Object
    SFRangeNavigatorTooltipLayer
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFRangeNavigatorTooltipLayer : CALayer

    Constructors

    SFRangeNavigatorTooltipLayer()

    Declaration
    public SFRangeNavigatorTooltipLayer()

    Methods

    DrawInContext(CGContext)

    Declaration
    public override void DrawInContext(CGContext ctx)
    Parameters
    Type Name Description
    CoreGraphics.CGContext ctx

    DrawLeftTooltipInContext(CGContext, String, Double, CGRect)

    Declaration
    public virtual void DrawLeftTooltipInContext(CGContext context, string text, double position, CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGContext context
    System.String text
    System.Double position
    CoreGraphics.CGRect rect

    DrawRightTooltipInContext(CGContext, String, Double, CGRect)

    Declaration
    public virtual void DrawRightTooltipInContext(CGContext context, string text, double position, CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGContext context
    System.String text
    System.Double position
    CoreGraphics.CGRect rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved