Class SFChartTooltip
This class represents the tooltip customization.
Inheritance
System.Object
SFChartTooltip
Assembly: Syncfusion.SFChart.iOS.dll
public class SFChartTooltip : UIView
Constructors
Declaration
Declaration
public SFChartTooltip(NSString text)
Parameters
Type |
Name |
Description |
Foundation.NSString |
text |
|
Declaration
public SFChartTooltip(UIView customView)
Parameters
Type |
Name |
Description |
UIKit.UIView |
customView |
|
Properties
Declaration
public SFChartTooltipBehavior Behavior { get; }
Property Value
Declaration
public UIColor Color { get; set; }
Property Value
Declaration
public nfloat CornerRadius { get; set; }
Property Value
Gets or sets the custom view to be displayed in the tooltip.
Declaration
public UIView CustomView { get; set; }
Property Value
Declaration
public object DataPoint { get; }
Property Value
Declaration
public nfloat PointerLength { get; set; }
Property Value
Declaration
public SFSeries Series { get; }
Property Value
Text
Gets or sets the text for the tooltip.
Declaration
public NSString Text { get; set; }
Property Value
TextAlignment
Declaration
public UITextAlignment TextAlignment { get; set; }
Property Value
Type |
UIKit.UITextAlignment |
Methods
Declaration
public override void Draw(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Declaration
public override void LayoutSubviews()