Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / GridDataSeries Class / Fill Property


In This Topic
    Fill Property (GridDataSeries)
    In This Topic
    Gets or sets the fill brush for the meshes facing up(Z+).
    Syntax
    'Declaration
     
    
    Public Property Fill As Brush
    'Usage
     
    
    Dim instance As GridDataSeries
    Dim value As Brush
     
    instance.Fill = value
     
    value = instance.Fill
    public Brush Fill {get; set;}
    See Also