C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartStyle Class / Fill Property


In This Topic
Fill Property
In This Topic
Gets or sets the fill brush.
Syntax
'Declaration
 
Public Property Fill As Nullable(Of Color)
 
'Usage
 
Dim instance As ChartStyle
Dim value As Nullable(Of Color)
 
instance.Fill = value
 
value = instance.Fill
See Also