Uses of Class
software.amazon.awssdk.services.quicksight.model.LegendOptions
-
Packages that use LegendOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LegendOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LegendOptions Modifier and Type Method Description LegendOptionsBarChartConfiguration. legend()The legend display setup of the visual.LegendOptionsBoxPlotChartConfiguration. legend()Returns the value of the Legend property for this object.LegendOptionsComboChartConfiguration. legend()The legend display setup of the visual.LegendOptionsFilledMapConfiguration. legend()The legend display setup of the visual.LegendOptionsGeospatialMapConfiguration. legend()The legend display setup of the visual.LegendOptionsHeatMapConfiguration. legend()The legend display setup of the visual.LegendOptionsLineChartConfiguration. legend()The legend configuration of a line chart.LegendOptionsPieChartConfiguration. legend()The legend display setup of the visual.LegendOptionsRadarChartConfiguration. legend()The legend display setup of the visual.LegendOptionsScatterPlotConfiguration. legend()The legend display setup of the visual.LegendOptionsTreeMapConfiguration. legend()The legend display setup of the visual.LegendOptionsWaterfallChartConfiguration. legend()The legend configuration of a waterfall visual.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type LegendOptions Modifier and Type Method Description BarChartConfiguration.BuilderBarChartConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.BoxPlotChartConfiguration.BuilderBoxPlotChartConfiguration.Builder. legend(LegendOptions legend)Sets the value of the Legend property for this object.ComboChartConfiguration.BuilderComboChartConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.FilledMapConfiguration.BuilderFilledMapConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.GeospatialMapConfiguration.BuilderGeospatialMapConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.HeatMapConfiguration.BuilderHeatMapConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.LineChartConfiguration.BuilderLineChartConfiguration.Builder. legend(LegendOptions legend)The legend configuration of a line chart.PieChartConfiguration.BuilderPieChartConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.RadarChartConfiguration.BuilderRadarChartConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.ScatterPlotConfiguration.BuilderScatterPlotConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.TreeMapConfiguration.BuilderTreeMapConfiguration.Builder. legend(LegendOptions legend)The legend display setup of the visual.WaterfallChartConfiguration.BuilderWaterfallChartConfiguration.Builder. legend(LegendOptions legend)The legend configuration of a waterfall visual.
-