public static interface AxisTickLabelOptions.Builder extends SdkPojo, CopyableBuilder<AxisTickLabelOptions.Builder,AxisTickLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
default AxisTickLabelOptions.Builder |
labelOptions(Consumer<LabelOptions.Builder> labelOptions)
Determines whether or not the axis ticks are visible.
|
AxisTickLabelOptions.Builder |
labelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
AxisTickLabelOptions.Builder |
rotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAxisTickLabelOptions.Builder labelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
labelOptions - Determines whether or not the axis ticks are visible.default AxisTickLabelOptions.Builder labelOptions(Consumer<LabelOptions.Builder> labelOptions)
Determines whether or not the axis ticks are visible.
This is a convenience method that creates an instance of theLabelOptions.Builder avoiding the need
to create one manually via LabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelOptions(LabelOptions).
labelOptions - a consumer that will call methods on LabelOptions.BuilderlabelOptions(LabelOptions)AxisTickLabelOptions.Builder rotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
rotationAngle - The rotation angle of the axis tick labels.Copyright © 2023. All rights reserved.