Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / SetBinTypeInternal Method


In This Topic
    SetBinTypeInternal Method
    In This Topic
    Set bin type.
    Syntax
    'Declaration
     
    
    Public Sub SetBinTypeInternal( _
       ByVal type As BinOption.HistogramBinType _
    ) 
    'Usage
     
    
    Dim instance As BinOption
    Dim type As BinOption.HistogramBinType
     
    instance.SetBinTypeInternal(type)
    public void SetBinTypeInternal( 
       BinOption.HistogramBinType type
    )

    Parameters

    type
    See Also