public static interface LineChartLineStyleSettings.Builder extends SdkPojo, CopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
| Modifier and Type | Method and Description |
|---|---|
LineChartLineStyleSettings.Builder |
lineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings.Builder |
lineInterpolation(String lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings.Builder |
lineStyle(LineChartLineStyle lineStyle)
Line style for line series.
|
LineChartLineStyleSettings.Builder |
lineStyle(String lineStyle)
Line style for line series.
|
LineChartLineStyleSettings.Builder |
lineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings.Builder |
lineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings.Builder |
lineWidth(String lineWidth)
Width that determines the line thickness.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartLineStyleSettings.Builder lineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
lineVisibility - Configuration option that determines whether to show the line for the series.Visibility,
VisibilityLineChartLineStyleSettings.Builder lineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
lineVisibility - Configuration option that determines whether to show the line for the series.Visibility,
VisibilityLineChartLineStyleSettings.Builder lineInterpolation(String lineInterpolation)
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
lineInterpolation - Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
LineInterpolation,
LineInterpolationLineChartLineStyleSettings.Builder lineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
lineInterpolation - Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
LineInterpolation,
LineInterpolationLineChartLineStyleSettings.Builder lineStyle(String lineStyle)
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
lineStyle - Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
LineChartLineStyle,
LineChartLineStyleLineChartLineStyleSettings.Builder lineStyle(LineChartLineStyle lineStyle)
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
lineStyle - Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
LineChartLineStyle,
LineChartLineStyleLineChartLineStyleSettings.Builder lineWidth(String lineWidth)
Width that determines the line thickness.
lineWidth - Width that determines the line thickness.Copyright © 2023. All rights reserved.