Class AxisBins

Class AxisBins

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Represents axis bins

public class AxisBins

Inheritance

objectAxisBins

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Count

Gets or set the count of axis bins

public int Count { get; set; }

Property Value

int

IsAutomatic

Indicates whether the axis bins are automatic.

public bool IsAutomatic { get; set; }

Property Value

bool

IsByCategory

Indicates whether grouping data by category

public bool IsByCategory { get; set; }

Property Value

bool

Overflow

Gets or set the overflow of axis bins

public double Overflow { get; set; }

Property Value

double

Underflow

Gets or set the underflow of axis bins

public double Underflow { get; set; }

Property Value

double

Width

Gets or sets the width of axis bin

public double Width { get; set; }

Property Value

double