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


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