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


In This Topic
    Content Property (C1LineMarker)
    In This Topic
    Gets or sets the content function that allows you to customize the text content of the LineMarker.
    Syntax
    'Declaration
     
    
    Public Property Content As Object
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Object
     
    instance.Content = value
     
    value = instance.Content
    public object Content {get; set;}
    See Also