ActiveXLS v6.4.0 API Documentation

ActiveXLS.Charts
Class ExcelPlotArea

System.Object
  extended byActiveXLS.Charts.ExcelPlotArea

public class ExcelPlotArea
extends System.Object

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

ExcelPlotArea

public ExcelPlotArea()
Defines an instance of the excel plot area.

Method Detail

getBorderStyle

public int getBorderStyle()
Returns the border style of the chart plot area. Possible values are available in Chart class.

Returns:
the border style of the chart plot area
See Also:
setBorderStyle(int)

setBorderStyle

public void setBorderStyle(int borderStyle)
Sets the style of the chart plot area border. Possible values are available in Chart class.

Parameters:
borderStyle - the new value of the chart plot area border style
See Also:
getBorderStyle()

getBorderWeight

public int getBorderWeight()
Returns the border style of the chart plot area. Possible values are available in Chart class.

Returns:
the border style of the chart plot area
See Also:
setBorderWeight(int)

setBorderWeight

public void setBorderWeight(int borderWeight)
Sets the weight of the chart plot area border. Possible values are available in Chart class.

Parameters:
borderWeight - then new value of the chart plot area border weight
See Also:
getBorderWeight()

getBorderColor

public System.Drawing.Color getBorderColor()
Returns the border color of the chart plot area.

Returns:
the border color of the chart plot area
See Also:
setBorderColor(System.Drawing.Color)

setBorderColor

public void setBorderColor(System.Drawing.Color borderColor)
Sets the color of the chart plot area border.

Parameters:
borderColor - the new color of the chart plot area border
See Also:
getBorderColor()

getBackground

public System.Drawing.Color getBackground()
Returns the chart plot area background color.

Returns:
the chart plot area background color
See Also:
setBackground(System.Drawing.Color)

setBackground

public void setBackground(System.Drawing.Color background)
Sets the background color of the chart plot area.

Parameters:
background - the new color of the chart plot area background
See Also:
getBackground()

Clone

public ExcelPlotArea Clone()
Creates and returns a copy of this object.

Returns:
a clone of this instance.

Copyright 2009 On Time Computing Solutions