public class ChartProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChartProperties.TreatEmptyCells
How empty cells are treated in chart data.
|
| Constructor and Description |
|---|
ChartProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoPosition()
Returns whether auto-positioning is enabled.
|
Boolean |
getAutoSize()
Returns whether auto-sizing is enabled.
|
Integer |
getAxisPosition()
Returns the axis position index.
|
Boolean |
getDisplayLabel()
Returns whether labels are displayed.
|
Boolean |
getIncludeHiddenCells()
Returns whether hidden cells are included.
|
Boolean |
getLinkDataStyleToSource()
Returns whether data style is linked to the source.
|
Boolean |
getLogarithmic()
Returns whether logarithmic scaling is enabled.
|
Boolean |
getReverseDirection()
Returns whether the axis direction is reversed.
|
Boolean |
getRightAngledAxes()
Returns whether right-angled axes are enabled.
|
String |
getSymbolHeight()
Returns the symbol height.
|
String |
getSymbolName()
Returns the symbol name.
|
String |
getSymbolType()
Returns the symbol type.
|
String |
getSymbolWidth()
Returns the symbol width.
|
Boolean |
getTextLineBreak()
Returns whether text line breaks are enabled.
|
ChartProperties.TreatEmptyCells |
getTreatEmptyCells()
Returns the empty-cell behavior.
|
Boolean |
getTryStaggeringFirst()
Returns whether to try staggering labels first.
|
void |
setAutoPosition(boolean autoPosition)
Sets whether auto-positioning is enabled.
|
void |
setAutoSize(boolean autoSize)
Sets whether auto-sizing is enabled.
|
void |
setAxisPosition(int axisPosition)
Sets the axis position index.
|
void |
setDisplayLabel(boolean displayLabel)
Sets whether labels are displayed.
|
void |
setIncludeHiddenCells(boolean includeHiddenCells)
Sets whether hidden cells are included.
|
void |
setLinkDataStyleToSource(boolean linkDataStyleToSource)
Sets whether data style is linked to the source.
|
void |
setLogarithmic(boolean logarithmic)
Sets whether logarithmic scaling is enabled.
|
void |
setReverseDirection(boolean reverseDirection)
Sets whether the axis direction is reversed.
|
void |
setRightAngledAxes(boolean rightAngledAxes)
Sets whether right-angled axes are enabled.
|
void |
setSymbolHeight(String symbolHeight)
Sets the symbol height.
|
void |
setSymbolName(String symbolName)
Sets the symbol name.
|
void |
setSymbolType(String symbolType)
Sets the symbol type.
|
void |
setSymbolWidth(String symbolWidth)
Sets the symbol width.
|
void |
setTextLineBreak(boolean textLineBreak)
Sets whether text line breaks are enabled.
|
void |
setTreatEmptyCells(ChartProperties.TreatEmptyCells treatEmptyCells)
Sets how empty cells are treated.
|
void |
setTryStaggeringFirst(boolean tryStaggeringFirst)
Sets whether to try staggering labels first.
|
public Boolean getDisplayLabel()
public Boolean getLogarithmic()
public Boolean getReverseDirection()
public Boolean getLinkDataStyleToSource()
public Boolean getAutoPosition()
public Boolean getAutoSize()
public Boolean getRightAngledAxes()
public Boolean getIncludeHiddenCells()
public Boolean getTextLineBreak()
public Boolean getTryStaggeringFirst()
public String getSymbolType()
public String getSymbolName()
public String getSymbolWidth()
public String getSymbolHeight()
public ChartProperties.TreatEmptyCells getTreatEmptyCells()
public Integer getAxisPosition()
public void setDisplayLabel(boolean displayLabel)
displayLabel - True to display labels.public void setLogarithmic(boolean logarithmic)
logarithmic - True to enable logarithmic scaling.public void setReverseDirection(boolean reverseDirection)
reverseDirection - True to reverse axis direction.public void setLinkDataStyleToSource(boolean linkDataStyleToSource)
linkDataStyleToSource - True to link to source.public void setAutoPosition(boolean autoPosition)
autoPosition - True to enable auto-positioning.public void setAutoSize(boolean autoSize)
autoSize - True to enable auto-sizing.public void setRightAngledAxes(boolean rightAngledAxes)
rightAngledAxes - True to enable right-angled axes.public void setIncludeHiddenCells(boolean includeHiddenCells)
includeHiddenCells - True to include hidden cells.public void setTextLineBreak(boolean textLineBreak)
textLineBreak - True to enable text line breaks.public void setTryStaggeringFirst(boolean tryStaggeringFirst)
tryStaggeringFirst - True to try staggering first.public void setSymbolType(String symbolType)
symbolType - The symbol type.public void setSymbolName(String symbolName)
symbolName - The symbol name.public void setSymbolWidth(String symbolWidth)
symbolWidth - The symbol width.public void setSymbolHeight(String symbolHeight)
symbolHeight - The symbol height.public void setTreatEmptyCells(ChartProperties.TreatEmptyCells treatEmptyCells)
treatEmptyCells - The empty-cell behavior.public void setAxisPosition(int axisPosition)
axisPosition - The axis position.Copyright © 2026. All rights reserved.