Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / DataLabelBase Class / Style Property


In This Topic
    Style Property (DataLabelBase)
    In This Topic
    Gets or sets the style of the label.
    Syntax
    'Declaration
     
    
    Public Property Style As ChartStyle
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As ChartStyle
     
    instance.Style = value
     
    value = instance.Style
    public ChartStyle Style {get; set;}
    See Also