Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFChartTooltip

    This class represents the tooltip customization.

    Inheritance
    System.Object
    SFChartTooltip
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFChartTooltip : UIView

    Constructors

    SFChartTooltip()

    Declaration
    public SFChartTooltip()

    SFChartTooltip(NSString)

    Declaration
    public SFChartTooltip(NSString text)
    Parameters
    Type Name Description
    Foundation.NSString text

    SFChartTooltip(UIView)

    Declaration
    public SFChartTooltip(UIView customView)
    Parameters
    Type Name Description
    UIKit.UIView customView

    Properties

    Behavior

    Declaration
    public SFChartTooltipBehavior Behavior { get; }
    Property Value
    Type Description
    SFChartTooltipBehavior

    Color

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

    CornerRadius

    Declaration
    public nfloat CornerRadius { get; set; }
    Property Value
    Type Description
    System.nfloat

    CustomView

    Gets or sets the custom view to be displayed in the tooltip.

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

    DataPoint

    Declaration
    public object DataPoint { get; }
    Property Value
    Type Description
    System.Object

    PointerLength

    Declaration
    public nfloat PointerLength { get; set; }
    Property Value
    Type Description
    System.nfloat

    Series

    Declaration
    public SFSeries Series { get; }
    Property Value
    Type Description
    SFSeries

    Text

    Gets or sets the text for the tooltip.

    Declaration
    public NSString Text { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    TextAlignment

    Declaration
    public UITextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    UIKit.UITextAlignment

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    LayoutSubviews()

    Declaration
    public override void LayoutSubviews()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved