AnalysisAxisTickLabelOptions

data class AnalysisAxisTickLabelOptions(val labelOptions: AnalysisLabelOptions? = null, val rotationAngle: Double? = null)

Constructors

Link copied to clipboard
constructor(labelOptions: AnalysisLabelOptions? = null, rotationAngle: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether or not the axis ticks are visible.

Link copied to clipboard
val rotationAngle: Double? = null

The rotation angle of the axis tick labels.