|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.Charts.ExcelChartArea
This class stores the chart area information like font name, font size, font bold, font italic, font underline style, font subscript, font superscript, font strikethrough, background color, foreground color, border style, border color, border weight, shadow presence.
Constructor Summary | |
ExcelChartArea()
Defines an instance of the chart area. |
Method Summary | |
ExcelChartArea |
Clone()
Creates and returns a copy of this object. |
System.Drawing.Color |
getBackground()
Returns the chart area background color. |
System.Drawing.Color |
getBorderColor()
Returns the border color of the chart area. |
int |
getBorderStyle()
Returns the border style of the chart area. |
int |
getBorderWeight()
Returns the border weight of the chart area. |
System.String |
getFont()
Returns the font name used in the chart area. |
int |
getFontSize()
Returns the size of the font used in the chart area. |
System.Drawing.Color |
getForeground()
Returns the text color of the chart area. |
int |
getUnderlineStyle()
Returns the underline style of the chart area text. |
bool |
IsBold()
Returns the bold setting of the chart area font. |
bool |
IsItalic()
Returns the italic setting of the chart area font. |
bool |
IsShadow()
Returns the shadow setting of the chart area. |
bool |
IsStrikethrough()
Returns the strikethrough setting of the chart area font. |
bool |
IsSubscript()
Returns the subscript setting of the chart area font. |
bool |
IsSuperscript()
Returns the superscript setting of the chart area font. |
void |
setBackground(System.Drawing.Color background)
Sets the background color of the chart area. |
void |
setBold(bool isBold)
Sets the bold setting of the chart area font. |
void |
setBorderColor(System.Drawing.Color borderColor)
Sets the color of the chart area border. |
void |
setBorderStyle(int borderStyle)
Sets the style of the chart area border. |
void |
setBorderWeight(int borderWeight)
Sets the weight of the chart area border. |
void |
setFont(System.String fontName)
Sets the chart area font name. |
void |
setFontSettings(System.String fontName,
int fontSize,
bool isBold,
bool isItalic,
System.Drawing.Color foreground)
Sets the font settings. |
void |
setFontSize(int fontSize)
Sets the size of the chart area font. |
void |
setForeground(System.Drawing.Color foreground)
Sets the foreground color of the chart area. |
void |
setItalic(bool isItalic)
Sets the italic setting of the chart area font. |
void |
setShadow(bool isShadow)
Sets the shadow setting of the chart area. |
void |
setStrikethrough(bool isStrikethrough)
Sets the strikethrough setting of the chart area font. |
void |
setSubscript(bool isSubscript)
Sets the subscript setting of the chart area font. |
void |
setSuperscript(bool isSuperscript)
Sets the superscript setting of the chart area font. |
void |
setUnderlineStyle(int underlineStyle)
Sets the underline style of the chart area. |
Constructor Detail |
public ExcelChartArea()
Method Detail |
public int getBorderStyle()
Chart
class.
setBorderStyle(int)
public void setBorderStyle(int borderStyle)
Chart
class.
borderStyle
- the new value of the border stylegetBorderStyle()
public int getBorderWeight()
Chart
class.
setBorderWeight(int)
public void setBorderWeight(int borderWeight)
Chart
class.
borderWeight
- the new value of the border weightgetBorderWeight()
public System.Drawing.Color getBorderColor()
setBorderColor(System.Drawing.Color)
public void setBorderColor(System.Drawing.Color borderColor)
borderColor
- the new color of the bordergetBorderColor()
public bool IsShadow()
setShadow(bool)
public void setShadow(bool isShadow)
isShadow
- the new value of the shadow settingIsShadow()
public System.Drawing.Color getForeground()
setForeground(System.Drawing.Color)
public void setForeground(System.Drawing.Color foreground)
foreground
- the new color of the foregroundgetForeground()
public System.Drawing.Color getBackground()
setBackground(System.Drawing.Color)
public void setBackground(System.Drawing.Color background)
background
- the new color of the area backgroundgetBackground()
public bool IsStrikethrough()
setStrikethrough(bool)
public void setStrikethrough(bool isStrikethrough)
isStrikethrough
- the new value of the strikethrough settingIsStrikethrough()
public bool IsSuperscript()
setSuperscript(bool)
public void setSuperscript(bool isSuperscript)
isSuperscript
- the new superscript setting of the chart areaIsSuperscript()
public bool IsSubscript()
setSubscript(bool)
public void setSubscript(bool isSubscript)
isSubscript
- the new subscript setting of the chart area fontIsSubscript()
public int getUnderlineStyle()
FontSettings
class.
setUnderlineStyle(int)
public void setUnderlineStyle(int underlineStyle)
FontSettings
class.
underlineStyle
- the underline style of the chart areagetUnderlineStyle()
public int getFontSize()
setFontSize(int)
public void setFontSize(int fontSize)
fontSize
- the new value of the font sizegetFontSize()
public System.String getFont()
setFont(System.String)
public void setFont(System.String fontName)
fontName
- the name of the new fontgetFont()
public bool IsBold()
setBold(bool)
public void setBold(bool isBold)
isBold
- the new value of the bold settingIsBold()
public bool IsItalic()
setItalic(bool)
public void setItalic(bool isItalic)
isItalic
- the new italic style of the chart area fontIsItalic()
public void setFontSettings(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground)
fontName
- the name of the fontfontSize
- the size of the fontisBold
- the bold option of the fontisItalic
- the italic option of the fontforeground
- the foreground colorpublic ExcelChartArea Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |