public static interface LineChartMarkerStyleSettings.Builder extends SdkPojo, CopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
| Modifier and Type | Method and Description |
|---|---|
LineChartMarkerStyleSettings.Builder |
markerColor(String markerColor)
Color of marker in the series.
|
LineChartMarkerStyleSettings.Builder |
markerShape(LineChartMarkerShape markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings.Builder |
markerShape(String markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings.Builder |
markerSize(String markerSize)
Size of marker in the series.
|
LineChartMarkerStyleSettings.Builder |
markerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
LineChartMarkerStyleSettings.Builder |
markerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartMarkerStyleSettings.Builder markerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
markerVisibility - Configuration option that determines whether to show the markers in the series.Visibility,
VisibilityLineChartMarkerStyleSettings.Builder markerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
markerVisibility - Configuration option that determines whether to show the markers in the series.Visibility,
VisibilityLineChartMarkerStyleSettings.Builder markerShape(String markerShape)
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShape,
LineChartMarkerShapeLineChartMarkerStyleSettings.Builder markerShape(LineChartMarkerShape markerShape)
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShape,
LineChartMarkerShapeLineChartMarkerStyleSettings.Builder markerSize(String markerSize)
Size of marker in the series.
markerSize - Size of marker in the series.LineChartMarkerStyleSettings.Builder markerColor(String markerColor)
Color of marker in the series.
markerColor - Color of marker in the series.Copyright © 2023. All rights reserved.