AnalysisYAxisOptionsArgs

data class AnalysisYAxisOptionsArgs(val yAxis: Output<AnalysisSingleYAxisOption>) : ConvertibleToJava<AnalysisYAxisOptionsArgs>

Constructors

Link copied to clipboard
constructor(yAxis: Output<AnalysisSingleYAxisOption>)

Properties

Link copied to clipboard

The Y axis type to be used in the chart. If you choose PRIMARY_Y_AXIS , the primary Y Axis is located on the leftmost vertical axis of the chart.

Functions

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