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


In This Topic
    Content Property (ChartTooltip)
    In This Topic
    Gets or sets the content of the chart tooltip.
    Syntax
    'Declaration
     
    
    Public Property Content As Object
    'Usage
     
    
    Dim instance As ChartTooltip
    Dim value As Object
     
    instance.Content = value
     
    value = instance.Content
    public object Content {get; set;}
    See Also