Class AxisBins

AxisBins class

Represents axis bins

public class AxisBins

Properties

NameDescription
Count { get; set; }Gets or set the count of axis bins
IsAutomatic { get; set; }Indicates whether the axis bins are automatic.
IsByCategory { get; set; }Indicates whether grouping data by category
Overflow { get; set; }Gets or set the overflow of axis bins
Underflow { get; set; }Gets or set the underflow of axis bins
Width { get; set; }Gets or sets the width of axis bin

Methods

NameDescription
ResetOverflow()Reset the overflow
ResetUnderflow()Reset the underflow

See Also