AxisBins

AxisBins class

Representa ejes bins

public class AxisBins

Constructores

NombreDescripción
AxisBins()Constructor predeterminado

Propiedades

NombreDescripción
Count { get; set; }Obtiene o establece el recuento de ejes bins
IsAutomatic { get; set; }Indica si los bins de los ejes son automáticos.
IsByCategory { get; set; }Indica si agrupar datos por categoría
Overflow { get; set; }Obtiene o establece el desbordamiento del eje bins
Underflow { get; set; }Obtiene o establece el subdesbordamiento del eje bins
Width { get; set; }Obtiene o establece el ancho del eje bin

Métodos

NombreDescripción
ResetOverflow()Restablecer el desbordamiento
ResetUnderflow()Restablecer el subdesbordamiento

Ver también