AxisConfig

constructor(isAxisLineRequired: Boolean = true, shouldEllipsizeAxisLabel: Boolean = false, minTextWidthToEllipsize: Dp = 40.dp, ellipsizeAt: TextUtils.TruncateAt = TextUtils.TruncateAt.END)

Parameters

isAxisLineRequired

: true if should show the axis and points on the line else false

shouldEllipsizeAxisLabel

: true if should ellipsize the axis label at end else false

minTextWidthToEllipsize

: minimum width of the axis label post which label will be ellipsized

ellipsizeAt

: position at which the label will be truncated or ellipsized