Data Category Options
data class DataCategoryOptions(val isDataCategoryInYAxis: Boolean = false, val isDataCategoryStartFromBottom: Boolean = false)
DataCategoryOptions used to hold information about data category like where should draw the data category.
Parameters
is Data Category In YAxis
: true if data category draws in y axis, false if it draws is in x axis.
is Data Category Start From Bottom
true when data category start from bottom of y axis, false if it start from top of y axis