|
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.ExcelPlotArea
This class stores the plot area information like border style, border weight, border color, background color.
Constructor Summary | |
ExcelPlotArea()
Defines an instance of the excel plot area. |
Method Summary | |
ExcelPlotArea |
Clone()
Creates and returns a copy of this object. |
System.Drawing.Color |
getBackground()
Returns the chart plot area background color. |
System.Drawing.Color |
getBorderColor()
Returns the border color of the chart plot area. |
int |
getBorderStyle()
Returns the border style of the chart plot area. |
int |
getBorderWeight()
Returns the border style of the chart plot area. |
void |
setBackground(System.Drawing.Color background)
Sets the background color of the chart plot area. |
void |
setBorderColor(System.Drawing.Color borderColor)
Sets the color of the chart plot area border. |
void |
setBorderStyle(int borderStyle)
Sets the style of the chart plot area border. |
void |
setBorderWeight(int borderWeight)
Sets the weight of the chart plot area border. |
Constructor Detail |
public ExcelPlotArea()
Method Detail |
public int getBorderStyle()
Chart
class.
setBorderStyle(int)
public void setBorderStyle(int borderStyle)
Chart
class.
borderStyle
- the new value of the chart plot area border stylegetBorderStyle()
public int getBorderWeight()
Chart
class.
setBorderWeight(int)
public void setBorderWeight(int borderWeight)
Chart
class.
borderWeight
- then new value of the chart plot area border weightgetBorderWeight()
public System.Drawing.Color getBorderColor()
setBorderColor(System.Drawing.Color)
public void setBorderColor(System.Drawing.Color borderColor)
borderColor
- the new color of the chart plot area bordergetBorderColor()
public System.Drawing.Color getBackground()
setBackground(System.Drawing.Color)
public void setBackground(System.Drawing.Color background)
background
- the new color of the chart plot area backgroundgetBackground()
public ExcelPlotArea Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |