Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartModel Class / Fill Property


In This Topic
Fill Property (ChartModel)
In This Topic
Gets or sets the background fill of the chart.
Syntax
'Declaration
 
Public Property Fill As Fill
 
'Usage
 
Dim instance As ChartModel
Dim value As Fill
 
instance.Fill = value
 
value = instance.Fill
Remarks
Value of null (Nothing in VB) indicates that the background fill is unset for the chart.
See Also