Click or drag to resize
ITradesHistogramBucket Interface
A Histogram consists of a series of Buckets, each representing a region limited by a lower bound (exclusive) and an upper bound (inclusive).

Namespace:  C2ChartsLibrary.Interfaces
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public interface ITradesHistogramBucket

The ITradesHistogramBucket type exposes the following members.

Properties
  NameDescription
Public propertyDataCount
The number of data points in the bucket.
Public propertyLowerBound
Lower Bound of the Bucket.
Public propertyUpperBound
Upper Bound of the Bucket.
Top
See Also