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


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