ComponentOne Chart for WPF and Silverlight
SymbolFill Property


C1.WPF.C1Chart Namespace > DataSeries Class : SymbolFill Property
Gets or sets the symbol fill brush.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property SymbolFill As System.Windows.Media.Brush
'Usage
 
Dim instance As DataSeries
Dim value As System.Windows.Media.Brush
 
instance.SymbolFill = value
 
value = instance.SymbolFill
[System.ComponentModel.DefaultValue()]
public System.Windows.Media.Brush SymbolFill {get; set;}
See Also

Reference

DataSeries Class
DataSeries Members