@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineSeriesAxisDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The series axis configuration of a line chart.
| Constructor and Description |
|---|
LineSeriesAxisDisplayOptions() |
| Modifier and Type | Method and Description |
|---|---|
LineSeriesAxisDisplayOptions |
clone() |
boolean |
equals(Object obj) |
AxisDisplayOptions |
getAxisOptions()
The options that determine the presentation of the line series axis.
|
List<MissingDataConfiguration> |
getMissingDataConfigurations()
The configuration options that determine how missing data is treated during the rendering of a line chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
|
void |
setMissingDataConfigurations(Collection<MissingDataConfiguration> missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
|
String |
toString()
Returns a string representation of this object.
|
LineSeriesAxisDisplayOptions |
withAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
|
LineSeriesAxisDisplayOptions |
withMissingDataConfigurations(Collection<MissingDataConfiguration> missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
|
LineSeriesAxisDisplayOptions |
withMissingDataConfigurations(MissingDataConfiguration... missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
|
public void setAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
axisOptions - The options that determine the presentation of the line series axis.public AxisDisplayOptions getAxisOptions()
The options that determine the presentation of the line series axis.
public LineSeriesAxisDisplayOptions withAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
axisOptions - The options that determine the presentation of the line series axis.public List<MissingDataConfiguration> getMissingDataConfigurations()
The configuration options that determine how missing data is treated during the rendering of a line chart.
public void setMissingDataConfigurations(Collection<MissingDataConfiguration> missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
missingDataConfigurations - The configuration options that determine how missing data is treated during the rendering of a line chart.public LineSeriesAxisDisplayOptions withMissingDataConfigurations(MissingDataConfiguration... missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
NOTE: This method appends the values to the existing list (if any). Use
setMissingDataConfigurations(java.util.Collection) or
withMissingDataConfigurations(java.util.Collection) if you want to override the existing values.
missingDataConfigurations - The configuration options that determine how missing data is treated during the rendering of a line chart.public LineSeriesAxisDisplayOptions withMissingDataConfigurations(Collection<MissingDataConfiguration> missingDataConfigurations)
The configuration options that determine how missing data is treated during the rendering of a line chart.
missingDataConfigurations - The configuration options that determine how missing data is treated during the rendering of a line chart.public String toString()
toString in class ObjectObject.toString()public LineSeriesAxisDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.