|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartSerieDataFormat
public class XlsChartSerieDataFormat
| Constructor Summary | |
|---|---|
XlsChartSerieDataFormat(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
IChartInterior |
getAreaProperties()
Returns object, that represents aera properties. |
java.awt.Color |
getBackGroundColor()
Represents background color. |
OColor |
getBackGroundColorObject()
Represents background color. |
com.spire.ms.System.Drawing.Color |
getBackGroundInnerColor()
Represents background color. |
ExcelColors |
getBackGroundKnownColor()
Represents background excel color. |
TopFormatType |
getBarTopType()
Represents the top data format. |
BaseFormatType |
getBarType()
Represents the base data format. |
IShapeFill |
getFill()
Represents xls fill options. |
java.awt.Color |
getForeGroundColor()
Represents foreground color. |
OColor |
getForeGroundColorObject()
Represents foreground color object. |
ExcelColors |
getForeGroundKnownColor()
Represents foreground color. |
Format3D |
getFormat3D()
Gets the chart3 D properties. |
boolean |
getHas_dPtPieExplosion()
Indicates whether dataformat has PieExplosion. |
IChartInterior |
getInterior()
Returns object, that represents area properties. |
boolean |
getIs3DBubbles()
True to draw bubbles with 3D effects. |
ChartBorder |
getLineProperties()
Returns object, that represents line properties. |
OColor |
getMarkerBackColorObject()
Gets object that holds marker background color. |
java.awt.Color |
getMarkerBackgroundColor()
Foreground color: RGB value (high byte = 0). |
ExcelColors |
getMarkerBackgroundKnownColor()
Index to color of marker XlsFill. |
OColor |
getMarkerForeColorObject()
Gets object that holds marker foreground color. |
java.awt.Color |
getMarkerForegroundColor()
Background color: RGB value (high byte = 0). |
ExcelColors |
getMarkerForegroundKnownColor()
Index to color of marker border. |
int |
getMarkerSize()
Size of line markers. |
ChartMarkerType |
getMarkerStyle()
Type of marker. |
double |
getMarkerTransparencyValue()
Gets or sets the transparency of the line marker. |
IChartFormat |
getOptions()
Gets common serie options. |
XlsChartSerie |
getParentSerie()
Returns parent serie. |
ExcelPatternType |
getPattern()
Represents pattern. |
int |
getPercent()
Distance of pie slice from center of pie. |
ChartShadow |
getShadow()
Gets the shadow properties. |
boolean |
getShowActiveValue()
Indicates whether chart show active value. |
boolean |
getVisible()
Represents visiblity. |
boolean |
hasBorder()
Indicates whether chart has border. |
boolean |
hasBorderLine()
Indicates whethers chart has border line. |
boolean |
hasFormat3D()
Gets a value indicating whether [has3d properties]. |
boolean |
hasInterior()
This property indicates whether interior object was created. |
boolean |
hasLineProperties()
This property indicates whether line formatting object was created. |
boolean |
hasShadow()
Gets a value indicating whether this instance has shadow properties. |
boolean |
isAutoMarker()
Automatic color. |
void |
isAutoMarker(boolean value)
Automatic color. |
boolean |
isAutomaticFormat()
Indicates, if automatic format is used. |
void |
isAutomaticFormat(boolean value)
Indicates, if automatic format is used. |
boolean |
isFormatted()
Indicate if data format is formatted. |
boolean |
isMarker()
If true - format has marker; otherwise false. |
boolean |
isMarkerSupported()
Indicates whether marker is supported by this chart/series. |
boolean |
isShowBackground()
True = "background = none". |
boolean |
isShowForeground()
True = "foreground = none". |
boolean |
isSmoothed()
If true - format has smothed line; otherwise false. |
boolean |
isSupportFill()
Indicats whether chart supports transparency. |
void |
setBackGroundColor(java.awt.Color color)
Represents background color. |
void |
setBackGroundKnownColor(ExcelColors value)
Represents background excel color. |
void |
setBarTopType(TopFormatType value)
Represents the top data format. |
void |
setBarType(BaseFormatType value)
Represents the base data format. |
void |
setForeGroundColor(java.awt.Color color)
Represents foreground color. |
void |
setForeGroundKnownColor(ExcelColors value)
Represents foreground color. |
void |
setHas_dPtPieExplosion(boolean value)
Indicates whether dataformat has PieExplosion. |
void |
setIs3DBubbles(boolean value)
True to draw bubbles with 3D effects. |
void |
setMarkerBackgroundColor(java.awt.Color value)
Foreground color: RGB value (high byte = 0). |
void |
setMarkerBackgroundKnownColor(ExcelColors value)
Index to color of marker XlsFill. |
void |
setMarkerForegroundColor(java.awt.Color value)
Background color: RGB value (high byte = 0). |
void |
setMarkerForegroundKnownColor(ExcelColors value)
Index to color of marker border. |
void |
setMarkerSize(int value)
Size of line markers. |
void |
setMarkerStyle(ChartMarkerType markerStyle)
Sets type of marker. |
void |
setMarkerTransparencyValue(double value)
Gets or sets the transparency of the line marker. |
void |
setPattern(ExcelPatternType value)
Represents pattern. |
void |
setPercent(int value)
Distance of pie slice from center of pie. |
void |
setShowActiveValue(boolean value)
Indicates whether chart show active value. |
void |
setVisible(boolean value)
Represents visiblity. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartSerieDataFormat(java.lang.Object parent)
| Method Detail |
|---|
public OColor getMarkerBackColorObject()
public OColor getMarkerForeColorObject()
public IChartInterior getAreaProperties()
getAreaProperties in interface IChartSerieDataFormatpublic BaseFormatType getBarType()
getBarType in interface IChartSerieDataFormatpublic void setBarType(BaseFormatType value)
setBarType in interface IChartSerieDataFormatpublic TopFormatType getBarTopType()
getBarTopType in interface IChartSerieDataFormatpublic void setBarTopType(TopFormatType value)
setBarTopType in interface IChartSerieDataFormatpublic java.awt.Color getMarkerBackgroundColor()
getMarkerBackgroundColor in interface IChartSerieDataFormatpublic void setMarkerBackgroundColor(java.awt.Color value)
setMarkerBackgroundColor in interface IChartSerieDataFormatpublic java.awt.Color getMarkerForegroundColor()
getMarkerForegroundColor in interface IChartSerieDataFormatpublic void setMarkerForegroundColor(java.awt.Color value)
setMarkerForegroundColor in interface IChartSerieDataFormatpublic ChartMarkerType getMarkerStyle()
getMarkerStyle in interface IChartSerieDataFormatpublic void setMarkerStyle(ChartMarkerType markerStyle)
setMarkerStyle in interface IChartSerieDataFormatpublic ExcelColors getMarkerForegroundKnownColor()
getMarkerForegroundKnownColor in interface IChartSerieDataFormatpublic void setMarkerForegroundKnownColor(ExcelColors value)
setMarkerForegroundKnownColor in interface IChartSerieDataFormatpublic ExcelColors getMarkerBackgroundKnownColor()
getMarkerBackgroundKnownColor in interface IChartSerieDataFormatpublic void setMarkerBackgroundKnownColor(ExcelColors value)
setMarkerBackgroundKnownColor in interface IChartSerieDataFormatpublic int getMarkerSize()
getMarkerSize in interface IChartSerieDataFormatpublic void setMarkerSize(int value)
setMarkerSize in interface IChartSerieDataFormatpublic boolean isAutoMarker()
isAutoMarker in interface IChartSerieDataFormatpublic void isAutoMarker(boolean value)
isAutoMarker in interface IChartSerieDataFormatpublic int getPercent()
getPercent in interface IChartSerieDataFormatpublic void setPercent(int value)
setPercent in interface IChartSerieDataFormatpublic boolean getIs3DBubbles()
getIs3DBubbles in interface IChartSerieDataFormatpublic void setIs3DBubbles(boolean value)
setIs3DBubbles in interface IChartSerieDataFormatpublic IChartFormat getOptions()
getOptions in interface IChartSerieDataFormatpublic boolean isMarkerSupported()
isMarkerSupported in interface IChartSerieDataFormatpublic boolean isShowBackground()
public boolean isShowForeground()
public boolean isSmoothed()
public boolean isSupportFill()
public boolean hasInterior()
hasInterior in interface IChartFillBorderpublic boolean hasLineProperties()
hasLineProperties in interface IChartFillBorderpublic boolean hasFormat3D()
hasFormat3D in interface IChartFillBorderpublic boolean hasShadow()
hasShadow in interface IChartFillBorderpublic ChartBorder getLineProperties()
getLineProperties in interface IChartFillBorderpublic IChartInterior getInterior()
getInterior in interface IChartFillBorderpublic IShapeFill getFill()
getFill in interface IChartFillBorderpublic Format3D getFormat3D()
getFormat3D in interface IChartFillBorderpublic ChartShadow getShadow()
getShadow in interface IChartFillBorderpublic java.awt.Color getForeGroundColor()
public void setForeGroundColor(java.awt.Color color)
public ExcelColors getForeGroundKnownColor()
public void setForeGroundKnownColor(ExcelColors value)
public double getMarkerTransparencyValue()
public void setMarkerTransparencyValue(double value)
public OColor getForeGroundColorObject()
public ExcelColors getBackGroundKnownColor()
public void setBackGroundKnownColor(ExcelColors value)
public java.awt.Color getBackGroundColor()
public com.spire.ms.System.Drawing.Color getBackGroundInnerColor()
public void setBackGroundColor(java.awt.Color color)
public OColor getBackGroundColorObject()
public ExcelPatternType getPattern()
public void setPattern(ExcelPatternType value)
public boolean isAutomaticFormat()
public void isAutomaticFormat(boolean value)
public boolean getVisible()
public void setVisible(boolean value)
public boolean getShowActiveValue()
public void setShowActiveValue(boolean value)
public boolean getHas_dPtPieExplosion()
public void setHas_dPtPieExplosion(boolean value)
public boolean hasBorder()
public boolean hasBorderLine()
public boolean isFormatted()
public boolean isMarker()
public XlsChartSerie getParentSerie()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||