public class WorkbookChartDataLabels extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookChartDataLabelFormat |
format
The Format.
|
java.lang.String |
position
The Position.
|
java.lang.String |
separator
The Separator.
|
java.lang.Boolean |
showBubbleSize
The Show Bubble Size.
|
java.lang.Boolean |
showCategoryName
The Show Category Name.
|
java.lang.Boolean |
showLegendKey
The Show Legend Key.
|
java.lang.Boolean |
showPercentage
The Show Percentage.
|
java.lang.Boolean |
showSeriesName
The Show Series Name.
|
java.lang.Boolean |
showValue
The Show Value.
|
Constructor and Description |
---|
WorkbookChartDataLabels() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="position") @Expose public java.lang.String position
@SerializedName(value="separator") @Expose public java.lang.String separator
@SerializedName(value="showBubbleSize") @Expose public java.lang.Boolean showBubbleSize
@SerializedName(value="showCategoryName") @Expose public java.lang.Boolean showCategoryName
@SerializedName(value="showLegendKey") @Expose public java.lang.Boolean showLegendKey
@SerializedName(value="showPercentage") @Expose public java.lang.Boolean showPercentage
@SerializedName(value="showSeriesName") @Expose public java.lang.Boolean showSeriesName
@SerializedName(value="showValue") @Expose public java.lang.Boolean showValue
@SerializedName(value="format") @Expose public WorkbookChartDataLabelFormat format
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to