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


In This Topic
    VaryColors Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property VaryColors As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.VaryColors = value
     
    value = instance.VaryColors
    public bool VaryColors {get; set;}
    See Also