ActiveXLS v6.4.0 API Documentation

ActiveXLS.Charts
Class ExcelChartGridlines

System.Object
  extended byActiveXLS.Charts.ExcelChartGridlines

public class ExcelChartGridlines
extends System.Object

This class stores the chart gridlines information like line style, line color, line weight, visibility.


Constructor Summary
ExcelChartGridlines()
          Defines an instance of the chart gridlines.
 
Method Summary
 ExcelChartGridlines Clone()
          Creates and returns a copy of this object.
 System.Drawing.Color getLineColor()
          Returns the line color of the chart gridlines.
 int getLineStyle()
          Returns the line style of the chart gridlines.
 int getLineWeight()
          Returns the line weight of the chart gridlines.
 bool IsVisible()
          Returns the visible setting of the chart gridlines.
 void setLineColor(System.Drawing.Color lineColor)
          Sets the line color of the chart gridlines.
 void setLineStyle(int lineStyle)
          Sets the line style of the chart gridlines.
 void setLineWeight(int lineWeight)
          Sets the line weight of the chart gridlines.
 void setVisible(bool isVisible)
          Sets the visible setting of the chart gridlines.
 

Constructor Detail

ExcelChartGridlines

public ExcelChartGridlines()
Defines an instance of the chart gridlines.

Method Detail

IsVisible

public bool IsVisible()
Returns the visible setting of the chart gridlines.

Returns:
the visible setting of the chart gridlines
See Also:
setVisible(bool)

setVisible

public void setVisible(bool isVisible)
Sets the visible setting of the chart gridlines.

Parameters:
isVisible - the visible setting of the chart gridlines
See Also:
IsVisible()

getLineStyle

public int getLineStyle()
Returns the line style of the chart gridlines. Possible values are available in Chart class.

Returns:
the line style of the chart gridlines
See Also:
setLineStyle(int)

setLineStyle

public void setLineStyle(int lineStyle)
Sets the line style of the chart gridlines. Possible values are available in Chart class.

Parameters:
lineStyle - the new style of the chart gridlines
See Also:
getLineStyle()

getLineWeight

public int getLineWeight()
Returns the line weight of the chart gridlines. Possible values are available in Chart class.

Returns:
the line weight of the chart gridlines
See Also:
setLineWeight(int)

setLineWeight

public void setLineWeight(int lineWeight)
Sets the line weight of the chart gridlines. Possible values are available in Chart class.

Parameters:
lineWeight - the new line weight of the chart gridlines
See Also:
getLineWeight()

getLineColor

public System.Drawing.Color getLineColor()
Returns the line color of the chart gridlines.

Returns:
Returns the line color of the chart gridlines.
See Also:
setLineColor(System.Drawing.Color)

setLineColor

public void setLineColor(System.Drawing.Color lineColor)
Sets the line color of the chart gridlines.

Parameters:
lineColor - the new color of the chart gridlines
See Also:
getLineColor()

Clone

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

Returns:
a clone of this instance.

Copyright 2009 On Time Computing Solutions