Uses of Class
software.amazon.awssdk.services.quicksight.model.SingleAxisOptions
-
Packages that use SingleAxisOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SingleAxisOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SingleAxisOptions Modifier and Type Method Description SingleAxisOptionsComboChartConfiguration. singleAxisOptions()Returns the value of the SingleAxisOptions property for this object.SingleAxisOptionsLineChartConfiguration. singleAxisOptions()Returns the value of the SingleAxisOptions property for this object.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SingleAxisOptions Modifier and Type Method Description ComboChartConfiguration.BuilderComboChartConfiguration.Builder. singleAxisOptions(SingleAxisOptions singleAxisOptions)Sets the value of the SingleAxisOptions property for this object.LineChartConfiguration.BuilderLineChartConfiguration.Builder. singleAxisOptions(SingleAxisOptions singleAxisOptions)Sets the value of the SingleAxisOptions property for this object.
-