Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartPlotElement Class / BorderWidth Property


In This Topic
    BorderWidth Property (ChartPlotElement)
    In This Topic
    Gets or sets the border width of the plot element.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Double
    'Usage
     
    
    Dim instance As ChartPlotElement
    Dim value As Double
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    public double BorderWidth {get; set;}
    See Also