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


In This Topic
    MaxWidth Property (ChartDataLabel)
    In This Topic
    Gets or sets the value which indicates how to set max width value of data labels.
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As Integer
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim value As Integer
     
    instance.MaxWidth = value
     
    value = instance.MaxWidth
    public int MaxWidth {get; set;}
    See Also