Class SFChartTooltip
This class represents the tooltip customization.
Inheritance
System.Object
SFChartTooltip
Assembly: Syncfusion.SfChart.XForms.macOS.dll
public class SFChartTooltip : SfView
Constructors
Declaration
Declaration
public SFChartTooltip(NSString text)
Parameters
Type |
Name |
Description |
Foundation.NSString |
text |
|
Declaration
public SFChartTooltip(SfView customView)
Parameters
Type |
Name |
Description |
SfView |
customView |
|
Properties
Declaration
public SFChartTooltipBehavior Behavior { get; }
Property Value
Declaration
public NSColor 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 NSView 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 NSTextAlignment TextAlignment { get; set; }
Property Value
Type |
AppKit.NSTextAlignment |
Methods
Declaration
public override void Draw(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Overrides
Declaration
public override void LayoutSubviews()
Overrides