Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / IsCustomBinType Field


In This Topic
    IsCustomBinType Field
    In This Topic
    Indicate the bin option has custom bin type.
    Syntax
    'Declaration
     
    
    Public IsCustomBinType As Boolean
    'Usage
     
    
    Dim instance As BinOption
    Dim value As Boolean
     
    value = instance.IsCustomBinType
     
    instance.IsCustomBinType = value
    public bool IsCustomBinType
    See Also