public class ExcelChartDataLabelImpl extends ExcelAnnotationImpl<ExcelChartDataLabel>
| Constructor and Description |
|---|
ExcelChartDataLabelImpl()
Instantiates a new excel chart data label impl.
|
ExcelChartDataLabelImpl(boolean enable,
boolean showVal,
boolean showLegendKey,
boolean showCatName,
boolean showSerName)
Instantiates a new excel chart data label impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnable()
Checks if is enable.
|
boolean |
isShowCatName()
Checks if is show cat name.
|
boolean |
isShowLegendKey()
Checks if is show legend key.
|
boolean |
isShowSerName()
Checks if is show ser name.
|
boolean |
isShowVal()
Checks if is show val.
|
void |
setEnable(boolean enable)
Sets the enable.
|
void |
setShowCatName(boolean showCatName)
Sets the show cat name.
|
void |
setShowLegendKey(boolean showLegendKey)
Sets the show legend key.
|
void |
setShowSerName(boolean showSerName)
Sets the show ser name.
|
void |
setShowVal(boolean showVal)
Sets the show val.
|
clone, getAnnotation, getClassAnnotationpublic ExcelChartDataLabelImpl()
public ExcelChartDataLabelImpl(boolean enable,
boolean showVal,
boolean showLegendKey,
boolean showCatName,
boolean showSerName)
enable - the enableshowVal - the show valshowLegendKey - the show legend keyshowCatName - the show cat nameshowSerName - the show ser namepublic boolean isEnable()
public void setEnable(boolean enable)
enable - the new enablepublic boolean isShowVal()
public void setShowVal(boolean showVal)
showVal - the new show valpublic boolean isShowLegendKey()
public void setShowLegendKey(boolean showLegendKey)
showLegendKey - the new show legend keypublic boolean isShowCatName()
public void setShowCatName(boolean showCatName)
showCatName - the new show cat namepublic boolean isShowSerName()
public void setShowSerName(boolean showSerName)
showSerName - the new show ser nameCopyright © 2022. All rights reserved.