| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.clone() |
LineChartMarkerStyleSettings |
LineChartSeriesSettings.getMarkerStyleSettings()
Marker styles options for a line series in
LineChartVisual. |
LineChartMarkerStyleSettings |
LineChartDefaultSeriesSettings.getMarkerStyleSettings()
Marker styles options for all line series in the visual.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerColor(String markerColor)
Color of marker in the series.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerShape(LineChartMarkerShape markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerShape(String markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerSize(String markerSize)
Size of marker in the series.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
LineChartMarkerStyleSettings |
LineChartMarkerStyleSettings.withMarkerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineChartSeriesSettings.setMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for a line series in
LineChartVisual. |
void |
LineChartDefaultSeriesSettings.setMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
|
LineChartSeriesSettings |
LineChartSeriesSettings.withMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for a line series in
LineChartVisual. |
LineChartDefaultSeriesSettings |
LineChartDefaultSeriesSettings.withMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
|
Copyright © 2024. All rights reserved.