Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartBase Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (ChartBase)
    In This Topic
    Gets or sets the BackgroundColor.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As Android.Graphics.Color
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Android.Graphics.Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Android.Graphics.Color BackgroundColor {get; set;}
    See Also