@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartDefaultSeriesSettings extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the default presentation of all line series in LineChartVisual.
| Constructor and Description |
|---|
LineChartDefaultSeriesSettings() |
| Modifier and Type | Method and Description |
|---|---|
LineChartDefaultSeriesSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAxisBinding()
The axis to which you are binding all line series to.
|
LineChartLineStyleSettings |
getLineStyleSettings()
Line styles options for all line series in the visual.
|
LineChartMarkerStyleSettings |
getMarkerStyleSettings()
Marker styles options for all line series in the visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAxisBinding(String axisBinding)
The axis to which you are binding all line series to.
|
void |
setLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
|
void |
setMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
|
String |
toString()
Returns a string representation of this object.
|
LineChartDefaultSeriesSettings |
withAxisBinding(AxisBinding axisBinding)
The axis to which you are binding all line series to.
|
LineChartDefaultSeriesSettings |
withAxisBinding(String axisBinding)
The axis to which you are binding all line series to.
|
LineChartDefaultSeriesSettings |
withLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
|
LineChartDefaultSeriesSettings |
withMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
|
public void setAxisBinding(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.AxisBindingpublic String getAxisBinding()
The axis to which you are binding all line series to.
AxisBindingpublic LineChartDefaultSeriesSettings withAxisBinding(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.AxisBindingpublic LineChartDefaultSeriesSettings withAxisBinding(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.AxisBindingpublic void setLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
lineStyleSettings - Line styles options for all line series in the visual.public LineChartLineStyleSettings getLineStyleSettings()
Line styles options for all line series in the visual.
public LineChartDefaultSeriesSettings withLineStyleSettings(LineChartLineStyleSettings lineStyleSettings)
Line styles options for all line series in the visual.
lineStyleSettings - Line styles options for all line series in the visual.public void setMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
markerStyleSettings - Marker styles options for all line series in the visual.public LineChartMarkerStyleSettings getMarkerStyleSettings()
Marker styles options for all line series in the visual.
public LineChartDefaultSeriesSettings withMarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)
Marker styles options for all line series in the visual.
markerStyleSettings - Marker styles options for all line series in the visual.public String toString()
toString in class ObjectObject.toString()public LineChartDefaultSeriesSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.