Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Ellipse Class
Members


In This Topic
    Ellipse Class
    In This Topic
    Represents an ellipse annotation for AnnotationLayer
    Object Model
    Ellipse ClassAnnotationLayer ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    Public Class Ellipse 
       Inherits Shape
       Implements C1.iOS.Core.IDependencyObject 
    'Usage
     
    
    Dim instance As Ellipse
    public class Ellipse : Shape, C1.iOS.Core.IDependencyObject  
    Inheritance Hierarchy

    System.Object
       C1.iOS.Chart.Annotation.AnnotationBase
          C1.iOS.Chart.Annotation.Shape
             C1.iOS.Chart.Annotation.Ellipse

    See Also