Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Line Class / IsColorSet Field


In This Topic
    IsColorSet Field
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public IsColorSet As Boolean
    'Usage
     
    
    Dim instance As Line
    Dim value As Boolean
     
    value = instance.IsColorSet
     
    instance.IsColorSet = value
    public bool IsColorSet
    See Also