Analysis Data Label Type Args
data class AnalysisDataLabelTypeArgs(val dataPathLabelType: Output<AnalysisDataPathLabelTypeArgs>? = null, val fieldLabelType: Output<AnalysisFieldLabelTypeArgs>? = null, val maximumLabelType: Output<AnalysisMaximumLabelTypeArgs>? = null, val minimumLabelType: Output<AnalysisMinimumLabelTypeArgs>? = null, val rangeEndsLabelType: Output<AnalysisRangeEndsLabelTypeArgs>? = null) : ConvertibleToJava<AnalysisDataLabelTypeArgs>
Constructors
Link copied to clipboard
constructor(dataPathLabelType: Output<AnalysisDataPathLabelTypeArgs>? = null, fieldLabelType: Output<AnalysisFieldLabelTypeArgs>? = null, maximumLabelType: Output<AnalysisMaximumLabelTypeArgs>? = null, minimumLabelType: Output<AnalysisMinimumLabelTypeArgs>? = null, rangeEndsLabelType: Output<AnalysisRangeEndsLabelTypeArgs>? = null)
Properties
Link copied to clipboard
The option that specifies individual data values for labels.
Link copied to clipboard
Determines the label configuration for the entire field.
Link copied to clipboard
Determines the label configuration for the maximum value in a visual.
Link copied to clipboard
Determines the label configuration for the minimum value in a visual.
Link copied to clipboard
Determines the label configuration for range end value in a visual.