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


In This Topic
    Opacity Property
    In This Topic
    Gets or sets the opacity value from 0 to 1.
    Syntax
    'Declaration
     
    
    Public Property Opacity As Double
    'Usage
     
    
    Dim instance As ChartPlotElement
    Dim value As Double
     
    instance.Opacity = value
     
    value = instance.Opacity
    public double Opacity {get; set;}
    See Also