Class ChartAnnotationView
Represents the view for chart annotation.
Inheritance
System.Object
ChartAnnotationView
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ChartAnnotationView : SfView
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 |
|
Overrides