Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / BinType Property
Example


In This Topic
    BinType Property
    In This Topic
    Gets the axis option for the histogram series.
    Syntax
    'Declaration
     
    Public Property BinType As BinOption.HistogramBinType
    'Usage
     
    Dim instance As BinOption
    Dim value As BinOption.HistogramBinType
     
    instance.BinType = value
     
    value = instance.BinType
    public BinOption.HistogramBinType BinType {get; set;}
    Example
    This example uses categories.
    See Also