Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / PlotFill Property


In This Topic
    PlotFill Property
    In This Topic
    Gets or sets the brush for plot area filling.
    Syntax
    'Declaration
     
    Public Property PlotFill As Brush
    'Usage
     
    Dim instance As SpreadSurfaceChart
    Dim value As Brush
     
    instance.PlotFill = value
     
    value = instance.PlotFill
    public Brush PlotFill {get; set;}
    See Also