Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / PlotFill Property


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