|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.charts.entity.ChartSeriesDataFormat
public class ChartSeriesDataFormat
Represents a chart series.
Constructor Summary | |
---|---|
ChartSeriesDataFormat(Chart parent,
SeriesBase ser,
ChartType type)
|
Method Summary | |
---|---|
ITrendlines |
addTrendLine(TrendlineSimpleType type)
Add TrendLine |
CellRanges |
getBubbles()
Gets collection of cells with bubbleSize. |
ChartDataLabelCollection |
getDataLabels()
Gets the Labels of a series. |
ChartDataPointCollection |
getDataPoints()
Gets the Points Collection of a series. |
int |
getDistance()
The distance from the center of the pie chart is expressed as a percentage of the pie. |
int |
getDoughnutHoleSize()
Returns or sets the size of the hole in a doughnut chart. |
EffectDag |
getEffect()
Gets effects used for a chart. |
FormatThreeD |
getEffect3D()
Gets 3D format of a chart. |
IErrorBarsFormat |
getErrorBarsXFormat()
Gets X-ErrorBar of a series. |
IErrorBarsFormat |
getErrorBarsYFormat()
Gets Y-ErrorBar of a series. |
FillFormat |
getFill()
Gets fill style properties of a chart. |
int |
getFirstSliceAngleInPieChart()
Gets or sets the angle of the pie-chart in degrees |
int |
getIndex()
Gets the index of a series. |
boolean |
getInvertIfNegative()
Specifies invert colors if the value is negative |
IChartGridLine |
getLine()
Gets line style properties of a chart. |
IChartEffectFormat |
getMarkerFill()
Gets or sets the marker fill |
int |
getMarkerSize()
Represents the marker size in a line chart, scatter chart, or radar chart. |
ChartMarkerType |
getMarkerStyle()
Represents the marker style in a line chart, scatter chart, or radar chart. |
CellRanges |
getNamedRange()
Gets collection of cells with series names. |
java.lang.Object[] |
getTrendLines()
Get TrendLines |
ChartType |
getType()
Get chart type. |
boolean |
getUseSecondAxis()
Indicates whether this series use second value axis or not. |
CellRanges |
getValues()
Gets collection of cells with bubbleSize. |
CellRanges |
getXValues()
Gets collection of cells with XValues. |
CellRanges |
getYValues()
Gets collection of cells with YValues. |
boolean |
hasSeriesLines()
Indicates that chart has series lines. |
void |
hasSeriesLines(boolean value)
Set chart has series lines. |
boolean |
isHidden()
Specifies whether the series is hidden. |
void |
isHidden(boolean value)
Set whether the series is hidden. |
TriState |
isSmooth()
Represents curve smoothing. |
void |
isSmooth(TriState value)
Set curve smoothing. |
boolean |
isVaryColor()
Indicates that color of point is varied. |
void |
isVaryColor(boolean value)
set color of point is varied |
void |
setBubbles(CellRanges value)
Sets collection of cells with bubbleSize. |
void |
setDistance(int value)
The distance from the center of the pie chart is expressed as a percentage of the pie. |
void |
setDoughnutHoleSize(int value)
Returns or sets the size of the hole in a doughnut chart. |
void |
setFirstSliceAngleInPieChart(int value)
Gets or sets the angle of the pie-chart in degrees |
void |
setIndex(int value)
Sets the index of a series. |
void |
setInvertIfNegative(boolean value)
Set invert colors if the value is negative |
void |
setMarkerSize(int value)
Set the marker size in a line chart, scatter chart, or radar chart. |
void |
setMarkerStyle(ChartMarkerType value)
Set the marker style in a line chart, scatter chart, or radar chart. |
void |
setType(ChartType value)
Set chart type. |
void |
setUseSecondAxis(boolean value)
Set usesecondAxis |
void |
setValues(CellRanges value)
Sets collection of cells with bubbleSize. |
void |
setXValues(CellRanges value)
Sets collection of cells with XValues. |
void |
setYValues(CellRanges value)
Sets collection of cells with YValues. |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public ChartSeriesDataFormat(Chart parent, SeriesBase ser, ChartType type)
Method Detail |
---|
public IChartEffectFormat getMarkerFill()
public int getDistance()
public void setDistance(int value)
value
- public TriState isSmooth()
public void isSmooth(TriState value)
value
- public int getMarkerSize()
public void setMarkerSize(int value)
value
- public ChartMarkerType getMarkerStyle()
public void setMarkerStyle(ChartMarkerType value)
value
- public CellRanges getNamedRange()
public CellRanges getXValues()
public void setXValues(CellRanges value)
value
- public IErrorBarsFormat getErrorBarsXFormat()
java.lang.Exception
public IErrorBarsFormat getErrorBarsYFormat()
java.lang.Exception
public CellRanges getYValues()
public void setYValues(CellRanges value)
value
- public CellRanges getBubbles()
public void setBubbles(CellRanges value)
value
- public CellRanges getValues()
public void setValues(CellRanges value)
value
- public ChartType getType()
public void setType(ChartType value)
value
-
java.lang.Exception
public FillFormat getFill()
public IChartGridLine getLine()
public EffectDag getEffect()
public FormatThreeD getEffect3D()
public int getIndex()
public void setIndex(int value)
value
- public ChartDataLabelCollection getDataLabels()
public java.lang.Object[] getTrendLines()
public ITrendlines addTrendLine(TrendlineSimpleType type)
type
-
public boolean getUseSecondAxis()
public void setUseSecondAxis(boolean value)
value
-
java.lang.Exception
public ChartDataPointCollection getDataPoints()
public boolean isVaryColor()
public void isVaryColor(boolean value)
value
-
java.lang.Exception
public boolean hasSeriesLines()
public void hasSeriesLines(boolean value)
value
-
java.lang.Exception
public int getFirstSliceAngleInPieChart()
public void setFirstSliceAngleInPieChart(int value)
value
-
java.lang.Exception
public int getDoughnutHoleSize()
java.lang.Exception
public void setDoughnutHoleSize(int value)
value
-
java.lang.Exception
public boolean getInvertIfNegative()
public void setInvertIfNegative(boolean value)
value
- public boolean isHidden()
public void isHidden(boolean value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |