TemplateAxisTickLabelOptionsArgs

data class TemplateAxisTickLabelOptionsArgs(val labelOptions: Output<TemplateLabelOptionsArgs>? = null, val rotationAngle: Output<Double>? = null) : ConvertibleToJava<TemplateAxisTickLabelOptionsArgs>

Constructors

Link copied to clipboard
constructor(labelOptions: Output<TemplateLabelOptionsArgs>? = null, rotationAngle: Output<Double>? = null)

Properties

Link copied to clipboard

Determines whether or not the axis ticks are visible.

Link copied to clipboard
val rotationAngle: Output<Double>? = null

The rotation angle of the axis tick labels.

Functions

Link copied to clipboard
open override fun toJava(): TemplateAxisTickLabelOptionsArgs