Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTooltip

    This class represents the tooltip customization.

    Inheritance
    System.Object
    SfView
    SFChartTooltip
    Inherited Members
    SfView.SetNeedsDisplay()
    SfView.SetNeedsLayout()
    SfView.GetCenter()
    SfView.BringSubviewToFront(NSView)
    SfView.WillRemoveSubview(NSView)
    SfView.InsertSubview(NSView, Int32)
    SfView.WillMoveToSuperview(NSView)
    SfView.Layout()
    SfView.DrawRect(CGRect)
    SfView.ViewWillMoveToSuperview(NSView)
    SfView.IsDescendantOfView(NSView)
    SfView.TouchesBegan(NSSet, NSEvent)
    SfView.TouchesMoved(NSSet, NSEvent)
    SfView.TouchesCancelled(NSSet, NSEvent)
    SfView.TouchesEnded(NSSet, NSEvent)
    SfView.TouchesBeganWithEvent(NSEvent)
    SfView.TouchesMovedWithEvent(NSEvent)
    SfView.TouchesCancelledWithEvent(NSEvent)
    SfView.TouchesEndedWithEvent(NSEvent)
    SfView.WillMoveToWindow(NSWindow)
    SfView.ViewWillMoveToWindow(NSWindow)
    SfView.BackgroundColor
    SfView.Alpha
    SfView.Center
    SfView.WantsDefaultClipping
    SfView.IsFlipped
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartTooltip : SfView

    Constructors

    SFChartTooltip()

    Declaration
    public SFChartTooltip()

    SFChartTooltip(NSString)

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

    SFChartTooltip(SfView)

    Declaration
    public SFChartTooltip(SfView customView)
    Parameters
    Type Name Description
    SfView customView

    Properties

    Behavior

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

    Color

    Declaration
    public NSColor Color { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    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 NSView CustomView { get; set; }
    Property Value
    Type Description
    AppKit.NSView

    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 NSTextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    AppKit.NSTextAlignment

    Methods

    Draw(CGRect)

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

    LayoutSubviews()

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