Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LineSeries Class / LineFill Property


In This Topic
    LineFill Property (LineSeries)
    In This Topic
    Gets or sets the line fill for the series.
    Syntax
    'Declaration
     
    
    Public Property LineFill As Fill
    'Usage
     
    
    Dim instance As LineSeries
    Dim value As Fill
     
    instance.LineFill = value
     
    value = instance.LineFill
    public Fill LineFill {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the line fill is unset for the series.
    See Also