ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / XYZDataSeries Class / SymbolFill Property


In This Topic
    SymbolFill Property (XYZDataSeries)
    In This Topic
    Gets or sets the symbol fill brush.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property SymbolFill As Brush
    'Usage
     
    
    Dim instance As XYZDataSeries
    Dim value As Brush
     
    instance.SymbolFill = value
     
    value = instance.SymbolFill
    [DefaultValue("")]
    public Brush SymbolFill {get; set;}
    See Also