public static interface LineChartDefaultSeriesSettings.Builder extends SdkPojo, CopyableBuilder<LineChartDefaultSeriesSettings.Builder,LineChartDefaultSeriesSettings>
| Modifier and Type | Method and Description |
|---|---|
LineChartDefaultSeriesSettings.Builder |
axisBinding(AxisBinding axisBinding)
The axis to which you are binding all line series to.
|
LineChartDefaultSeriesSettings.Builder |
axisBinding(String axisBinding)
The axis to which you are binding all line series to.
|
default LineChartDefaultSeriesSettings.Builder |
lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings)
Line styles options for all line series in the visual.
|
LineChartDefaultSeriesSettings.Builder |
lineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
|
default LineChartDefaultSeriesSettings.Builder |
markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings)
Marker styles options for all line series in the visual.
|
LineChartDefaultSeriesSettings.Builder |
markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartDefaultSeriesSettings.Builder axisBinding(String axisBinding)
The axis to which you are binding all line series to.
axisBinding - The axis to which you are binding all line series to.AxisBinding,
AxisBindingLineChartDefaultSeriesSettings.Builder axisBinding(AxisBinding axisBinding)
The axis to which you are binding all line series to.
axisBinding - The axis to which you are binding all line series to.AxisBinding,
AxisBindingLineChartDefaultSeriesSettings.Builder lineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
lineStyleSettings - Line styles options for all line series in the visual.default LineChartDefaultSeriesSettings.Builder lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings)
Line styles options for all line series in the visual.
This is a convenience method that creates an instance of theLineChartLineStyleSettings.Builder
avoiding the need to create one manually via LineChartLineStyleSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to lineStyleSettings(LineChartLineStyleSettings).
lineStyleSettings - a consumer that will call methods on LineChartLineStyleSettings.BuilderlineStyleSettings(LineChartLineStyleSettings)LineChartDefaultSeriesSettings.Builder markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
markerStyleSettings - Marker styles options for all line series in the visual.default LineChartDefaultSeriesSettings.Builder markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings)
Marker styles options for all line series in the visual.
This is a convenience method that creates an instance of theLineChartMarkerStyleSettings.Builder
avoiding the need to create one manually via LineChartMarkerStyleSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to markerStyleSettings(LineChartMarkerStyleSettings).
markerStyleSettings - a consumer that will call methods on LineChartMarkerStyleSettings.BuildermarkerStyleSettings(LineChartMarkerStyleSettings)Copyright © 2023. All rights reserved.