Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / DataLabelBase Class / Content Property


In This Topic
    Content Property (DataLabelBase)
    In This Topic
    Gets or sets the content of data labels.
    Syntax
    'Declaration
     
    
    Public Property Content As String
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As String
     
    instance.Content = value
     
    value = instance.Content
    public string Content {get; set;}
    See Also