DefaultBarChartEntry

fun <X, Y> DefaultBarChartEntry(    xValue: X,     yMin: Y,     yMax: Y)

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values