Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / BinsType Property


In This Topic
    BinsType Property
    In This Topic
    Specifies how the horizontal axis of the histogram chart is formatted, by bins type.
    Syntax
    'Declaration
     
    Property BinsType As BinsType
    'Usage
     
    Dim instance As IChartGroup
    Dim value As BinsType
     
    instance.BinsType = value
     
    value = instance.BinsType
    BinsType BinsType {get; set;}
    See Also