DataCategoryOptions

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

isDataCategoryInYAxis

: true if data category draws in y axis, false if it draws is in x axis.

isDataCategoryStartFromBottom

true when data category start from bottom of y axis, false if it start from top of y axis

Constructors

Link copied to clipboard
constructor(isDataCategoryInYAxis: Boolean = false, isDataCategoryStartFromBottom: Boolean = false)

Properties

Link copied to clipboard