Spread Windows Forms 12.0 Product Documentation
Fill Property (ChartModel)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ChartModel Class : Fill Property
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
public Fill Fill {get; set;}
Remarks
Value of null (Nothing in VB) indicates that the background fill is unset for the chart.
See Also

Reference

ChartModel Class
ChartModel Members