Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataLabel Class / ContentOptions Property


In This Topic
    ContentOptions Property
    In This Topic
    Gets or sets the value which indicates how to set content options of data labels.
    Syntax
    'Declaration
     
    
    Public Property ContentOptions As ContentOptions
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim value As ContentOptions
     
    instance.ContentOptions = value
     
    value = instance.ContentOptions
    public ContentOptions ContentOptions {get; set;}
    See Also