|
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.ExcelChartGridlines
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 |
public ExcelChartGridlines()
Method Detail |
public bool IsVisible()
setVisible(bool)
public void setVisible(bool isVisible)
isVisible
- the visible setting of the chart gridlinesIsVisible()
public int getLineStyle()
Chart
class.
setLineStyle(int)
public void setLineStyle(int lineStyle)
Chart
class.
lineStyle
- the new style of the chart gridlinesgetLineStyle()
public int getLineWeight()
Chart
class.
setLineWeight(int)
public void setLineWeight(int lineWeight)
Chart
class.
lineWeight
- the new line weight of the chart gridlinesgetLineWeight()
public System.Drawing.Color getLineColor()
setLineColor(System.Drawing.Color)
public void setLineColor(System.Drawing.Color lineColor)
lineColor
- the new color of the chart gridlinesgetLineColor()
public ExcelChartGridlines Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |