Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class
Members


In This Topic
    C1LineMarker Class
    In This Topic
    Represents an extension of the LineMarker for the FlexChart.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UIView", True)>
    Public Class C1LineMarker 
       Inherits UIKit.UIView
       Implements C1.iOS.Chart.IChartLayer, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As C1LineMarker
    [Foundation.Register("UIView", true)]
    public class C1LineMarker : UIKit.UIView, C1.iOS.Chart.IChartLayer, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                C1.iOS.Chart.Interaction.C1LineMarker

    See Also