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


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

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

    See Also