Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LineChartLineStyleSettings |
LineChartLineStyleSettings.clone() |
LineChartLineStyleSettings |
LineChartSeriesSettings.getLineStyleSettings()
Line styles options for a line series in
LineChartVisual . |
LineChartLineStyleSettings |
LineChartDefaultSeriesSettings.getLineStyleSettings()
Line styles options for all line series in the visual.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineInterpolation(String lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineStyle(LineChartLineStyle lineStyle)
Line style for line series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineStyle(String lineStyle)
Line style for line series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings |
LineChartLineStyleSettings.withLineWidth(String lineWidth)
Width that determines the line thickness.
|
Modifier and Type | Method and Description |
---|---|
void |
LineChartSeriesSettings.setLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for a line series in
LineChartVisual . |
void |
LineChartDefaultSeriesSettings.setLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
|
LineChartSeriesSettings |
LineChartSeriesSettings.withLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for a line series in
LineChartVisual . |
LineChartDefaultSeriesSettings |
LineChartDefaultSeriesSettings.withLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
|
Copyright © 2023. All rights reserved.