public class ChartSeriesGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChartSeriesGroup.BubbleSizeRepresentationEnum
Specifies how the bubble size values are represented on the bubble chart.
|
static class |
ChartSeriesGroup.PieSplitByEnum
Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart.
|
static class |
ChartSeriesGroup.TypeEnum
Returns a type of this series group.
|
Constructor and Description |
---|
ChartSeriesGroup() |
Modifier and Type | Method and Description |
---|---|
ChartSeriesGroup |
bubbleSizeRepresentation(ChartSeriesGroup.BubbleSizeRepresentationEnum bubbleSizeRepresentation) |
ChartSeriesGroup |
bubbleSizeScale(Integer bubbleSizeScale) |
ChartSeriesGroup |
doughnutHoleSize(Integer doughnutHoleSize) |
boolean |
equals(Object o) |
ChartSeriesGroup |
firstSliceAngle(Integer firstSliceAngle) |
ChartSeriesGroup |
gapDepth(Integer gapDepth) |
ChartSeriesGroup |
gapWidth(Integer gapWidth) |
ChartSeriesGroup.BubbleSizeRepresentationEnum |
getBubbleSizeRepresentation()
Specifies how the bubble size values are represented on the bubble chart.
|
Integer |
getBubbleSizeScale()
Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size).
|
Integer |
getDoughnutHoleSize()
Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.).
|
Integer |
getFirstSliceAngle()
Gets or sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees).
|
Integer |
getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
|
Integer |
getGapWidth()
Specifies the space between bar or column clusters, as a percentage of the bar or column width.
|
ChartLinesFormat |
getHiLowLinesFormat()
Specifies HiLowLines format.
|
Integer |
getOverlap()
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
|
ChartSeriesGroup.PieSplitByEnum |
getPieSplitBy()
Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart.
|
Double |
getPieSplitPosition()
Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart.
|
Integer |
getSecondPieSize()
Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents).
|
ChartSeriesGroup.TypeEnum |
getType()
Returns a type of this series group.
|
int |
hashCode() |
ChartSeriesGroup |
hasSeriesLines(Boolean hasSeriesLines) |
ChartSeriesGroup |
hiLowLinesFormat(ChartLinesFormat hiLowLinesFormat) |
ChartSeriesGroup |
isColorVaried(Boolean isColorVaried) |
Boolean |
isHasSeriesLines()
True if chart has series lines.
|
Boolean |
isIsColorVaried()
Specifies that each data marker in the series has a different color.
|
ChartSeriesGroup |
overlap(Integer overlap) |
ChartSeriesGroup |
pieSplitBy(ChartSeriesGroup.PieSplitByEnum pieSplitBy) |
ChartSeriesGroup |
pieSplitPosition(Double pieSplitPosition) |
ChartSeriesGroup |
secondPieSize(Integer secondPieSize) |
void |
setBubbleSizeRepresentation(ChartSeriesGroup.BubbleSizeRepresentationEnum bubbleSizeRepresentation) |
void |
setBubbleSizeScale(Integer bubbleSizeScale) |
void |
setDoughnutHoleSize(Integer doughnutHoleSize) |
void |
setFirstSliceAngle(Integer firstSliceAngle) |
void |
setGapDepth(Integer gapDepth) |
void |
setGapWidth(Integer gapWidth) |
void |
setHasSeriesLines(Boolean hasSeriesLines) |
void |
setHiLowLinesFormat(ChartLinesFormat hiLowLinesFormat) |
void |
setIsColorVaried(Boolean isColorVaried) |
void |
setOverlap(Integer overlap) |
void |
setPieSplitBy(ChartSeriesGroup.PieSplitByEnum pieSplitBy) |
void |
setPieSplitPosition(Double pieSplitPosition) |
void |
setSecondPieSize(Integer secondPieSize) |
void |
setType(ChartSeriesGroup.TypeEnum type) |
String |
toString() |
ChartSeriesGroup |
type(ChartSeriesGroup.TypeEnum type) |
public ChartSeriesGroup type(ChartSeriesGroup.TypeEnum type)
public ChartSeriesGroup.TypeEnum getType()
public void setType(ChartSeriesGroup.TypeEnum type)
public ChartSeriesGroup gapWidth(Integer gapWidth)
public Integer getGapWidth()
public void setGapWidth(Integer gapWidth)
public ChartSeriesGroup gapDepth(Integer gapDepth)
public Integer getGapDepth()
public void setGapDepth(Integer gapDepth)
public ChartSeriesGroup firstSliceAngle(Integer firstSliceAngle)
public Integer getFirstSliceAngle()
public void setFirstSliceAngle(Integer firstSliceAngle)
public ChartSeriesGroup isColorVaried(Boolean isColorVaried)
public Boolean isIsColorVaried()
public void setIsColorVaried(Boolean isColorVaried)
public ChartSeriesGroup hasSeriesLines(Boolean hasSeriesLines)
public Boolean isHasSeriesLines()
public void setHasSeriesLines(Boolean hasSeriesLines)
public ChartSeriesGroup overlap(Integer overlap)
public Integer getOverlap()
public void setOverlap(Integer overlap)
public ChartSeriesGroup secondPieSize(Integer secondPieSize)
public Integer getSecondPieSize()
public void setSecondPieSize(Integer secondPieSize)
public ChartSeriesGroup pieSplitPosition(Double pieSplitPosition)
public Double getPieSplitPosition()
public void setPieSplitPosition(Double pieSplitPosition)
public ChartSeriesGroup pieSplitBy(ChartSeriesGroup.PieSplitByEnum pieSplitBy)
public ChartSeriesGroup.PieSplitByEnum getPieSplitBy()
public void setPieSplitBy(ChartSeriesGroup.PieSplitByEnum pieSplitBy)
public ChartSeriesGroup doughnutHoleSize(Integer doughnutHoleSize)
public Integer getDoughnutHoleSize()
public void setDoughnutHoleSize(Integer doughnutHoleSize)
public ChartSeriesGroup bubbleSizeScale(Integer bubbleSizeScale)
public Integer getBubbleSizeScale()
public void setBubbleSizeScale(Integer bubbleSizeScale)
public ChartSeriesGroup hiLowLinesFormat(ChartLinesFormat hiLowLinesFormat)
public ChartLinesFormat getHiLowLinesFormat()
public void setHiLowLinesFormat(ChartLinesFormat hiLowLinesFormat)
public ChartSeriesGroup bubbleSizeRepresentation(ChartSeriesGroup.BubbleSizeRepresentationEnum bubbleSizeRepresentation)
public ChartSeriesGroup.BubbleSizeRepresentationEnum getBubbleSizeRepresentation()
public void setBubbleSizeRepresentation(ChartSeriesGroup.BubbleSizeRepresentationEnum bubbleSizeRepresentation)
Copyright © 2023. All rights reserved.