ComponentOne FinancialChart for WPF
Fill Property (ChartStyle)



C1.WPF.Chart Namespace > ChartStyle Class : Fill Property
Gets or sets the fill brush.
Syntax
'Declaration
 
Public Property Fill As Brush
'Usage
 
Dim instance As ChartStyle
Dim value As Brush
 
instance.Fill = value
 
value = instance.Fill
public Brush Fill {get; set;}
public:
property Brush^ Fill {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

ChartStyle Class
ChartStyle Members