Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / SeriesLabelFillInfor Property


In This Topic
    SeriesLabelFillInfor Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SeriesLabelFillInfor As FillInfo
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As FillInfo
     
    instance.SeriesLabelFillInfor = value
     
    value = instance.SeriesLabelFillInfor
    public FillInfo SeriesLabelFillInfor {get; set;}
    See Also