Class ChartAnnotationView
Represents the view for chart annotation.
Inheritance
System.Object
ChartAnnotationView
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class ChartAnnotationView : UIView
Constructors
ChartAnnotationView()
Declaration
public ChartAnnotationView()
Properties
Annotation
Declaration
public ChartAnnotation Annotation { get; }
Property Value
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
HitTest(CGPoint, UIEvent)
Declaration
public override UIView HitTest(CGPoint point, UIEvent uievent)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
point |
|
UIKit.UIEvent |
uievent |
|
Returns