C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / BackgroundTintList Property


In This Topic
BackgroundTintList Property (FlexChart)
In This Topic
Syntax
'Declaration
 
Public Overridable Property BackgroundTintList As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As FlexChart
Dim value As Android.Content.Res.ColorStateList
 
instance.BackgroundTintList = value
 
value = instance.BackgroundTintList
See Also