Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Series Class / Fill Property


In This Topic
    Fill Property (Series)
    In This Topic
    Gets the Area that will be filled with a color.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fill As Area
    'Usage
     
    
    Dim instance As Series
    Dim value As Area
     
    value = instance.Fill
    public Area Fill {get;}
    Remarks

    This property can be useful to modify the color of a ColumnSeries or an AreaSeries, for example.

    However, please note that some Series, like BubbleSeriesScatterSeriesLineSeries (when their SubType property is not set to Line3D) & PieSeries (when their parent Chart's IsColorVariedByPoint property is set to false) cannot use this property & must use the Stroke property instead to add color to the Series.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also