Class SFRangeNavigatorTooltipLayer
Inheritance
System.Object
SFRangeNavigatorTooltipLayer
Assembly: Syncfusion.SFChart.iOS.dll
public class SFRangeNavigatorTooltipLayer : CALayer
Constructors
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 |
|