[]
        
(Showing Draft Content)

C1.Blazor.Chart.RangedHistogram

RangedHistogram Class

Represents a histogram.

Inheritance
RangedHistogram
Namespace: C1.Blazor.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class RangedHistogram : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

Name Description
RangedHistogram()

Creates an instance of Histogram class.

Properties

Name Description
BinMode

Gets or sets the _mode of histogram bin.

BinWidth

Gets or sets a positive decimal number for the range of a bin.

NumberOfBins

Gets or sets the number of bins for the histogram, including the overflow and underflow bins.

OverflowBin

Gets or sets a value to create a bin for all values above it.

ShowOverflowBin

Gets or sets whether the histogram shows the overflow bin.

ShowUnderflowBin

Gets or sets whether the histogram shows the underflow bin.

SortDescending

Gets or sets whether the ranged histogram sort descending.

UnderflowBin

Gets or sets a value to create a bin for all values below or equal to it.

Methods

Name Description
GetChartType()

Gets the chart type.

GetValues(int)

Gets the array of data values.

OnDataSourceChanged()

Fires when data source was changed.