[]
        
(Showing Draft Content)

C1.Chart.IRangedHistogramSeries

IRangedHistogramSeries Interface

Defines the ranged histogram series properties and methods.

Namespace: C1.Chart
Assembly: C1.Chart.dll
Syntax
public interface IRangedHistogramSeries : IDistributionSeries

Properties

Name Description
BinMode

The mode of histogram bin.

NumberOfBins

The number of bins for the histogram, including the overflow and underflow bins.

OverflowBin

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

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

Methods

Name Description
GetXLabels()

Calculates and returns an array of strings of X-axis labels.