Namespace EasyXLS.Charts
Class ExcelPlotArea
System.Object
- All Implemented Interfaces:
IEffectDrawingObject
This class stores the plot area information like fill settings, line settings and shadow settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClone()
Creates and returns a copy of this object.System.Drawing.Color
Deprecated.System.Drawing.Color
Deprecated.As of version 8.3, replaced byLineColorFormat.getLineColor()
int
Deprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()
int
Deprecated.As of version 8.3, replaced byLineStyleFormat.getWidth()
void
setBackground(System.Drawing.Color background)
Deprecated.As of version 8.3, replaced byFillFormat.setBackground(Color)
void
setBorderColor(System.Drawing.Color borderColor)
Deprecated.As of version 8.3, replaced byLineColorFormat.setLineColor(Color)
void
setBorderStyle(int borderStyle)
Deprecated.As of version 8.3, replaced byLineStyleFormat.setDashType(System.String)
void
setBorderWeight(int borderWeight)
Deprecated.As of version 8.3, replaced byLineStyleFormat.setWidth(float)
Methods inherited from class EasyXLS.Drawings.EffectDrawingObject
get3DFormat, set3DFormat
Methods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormat
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormat
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelPlotArea
public ExcelPlotArea()Defines an instance of the excel plot area.
-
-
Method Details
-
getBorderStyle
public int getBorderStyle()Deprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()
Returns the border style of the chart plot area. Possible values are available inChart
class.- Returns:
- the border style of the chart plot area
- See Also:
setBorderStyle(int)
-
setBorderStyle
public void setBorderStyle(int borderStyle)Deprecated.As of version 8.3, replaced byLineStyleFormat.setDashType(System.String)
Sets the style of the chart plot area border. Possible values are available inChart
class.- Parameters:
borderStyle
- the new value of the chart plot area border style
-
getBorderWeight
public int getBorderWeight()Deprecated.As of version 8.3, replaced byLineStyleFormat.getWidth()
Returns the border style of the chart plot area. Possible values are available inChart
class.- Returns:
- the border style of the chart plot area
- See Also:
setBorderWeight(int)
-
setBorderWeight
public void setBorderWeight(int borderWeight)Deprecated.As of version 8.3, replaced byLineStyleFormat.setWidth(float)
Sets the weight of the chart plot area border. Possible values are available inChart
class.- Parameters:
borderWeight
- then new value of the chart plot area border weight- See Also:
getBorderWeight()
-
getBorderColor
public System.Drawing.Color getBorderColor()Deprecated.As of version 8.3, replaced byLineColorFormat.getLineColor()
Returns the border color of the chart plot area.- Returns:
- the border color of the chart plot area
- See Also:
setBorderColor(Color)
-
setBorderColor
public void setBorderColor(System.Drawing.Color borderColor)Deprecated.As of version 8.3, replaced byLineColorFormat.setLineColor(Color)
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()Deprecated.As of version 8.3, replaced byFillFormat.getBackground()
Returns the chart plot area background color.- Returns:
- the chart plot area background color
-
setBackground
public void setBackground(System.Drawing.Color background)Deprecated.As of version 8.3, replaced byFillFormat.setBackground(Color)
Sets the background color of the chart plot area.- Parameters:
background
- the new color of the chart plot area background
-
Clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-
FillFormat.getBackground()