|
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.ExcelDataTable
This class stores the data table information like line style, line color, line weight, legend key visibility, horizontal lines visibility, vertical lines visibility, outlines visibility, font name, font size, font bold, font italic, font underline style, font subscript, font superscript, font strikethrough, foreground color, visibility .
Constructor Summary | |
ExcelDataTable()
Defines an instance of the excel data table. |
Method Summary | |
ExcelDataTable |
Clone()
Creates and returns a copy of this object. |
System.String |
getFont()
Returns the font name used in the chart data table. |
int |
getFontSize()
Returns the size of the font used in the chart data table. |
System.Drawing.Color |
getForeground()
Returns the text color of the chart data table. |
System.Drawing.Color |
getLineColor()
Returns the line color of the chart data table. |
int |
getLineStyle()
Returns the line style of the chart data table. |
int |
getLineWeight()
Returns the line weight of the chart data table. |
int |
getUnderlineStyle()
Returns the underline style of the chart data table text. |
bool |
HasHorizontalLines()
Returns a value showing if the data table has horizontal lines between entries. |
bool |
HasLegendKey()
Returns a bool value representing the visibility of the data table legend key. |
bool |
HasOutlineLines()
Returns a bool value representing the visibility of the data table outline lines. |
bool |
HasVerticalLines()
Returns a bool value representing the visibility of the vertical lines between values. |
bool |
IsBold()
Returns the bold setting of the chart data table font. |
bool |
IsItalic()
Returns the italic setting of the chart data table font. |
bool |
IsStrikethrough()
Returns the strikethrough setting of the chart data table font. |
bool |
IsSubscript()
Returns the subscript setting of the chart data table font. |
bool |
IsSuperscript()
Returns the superscript setting of the chart data table font. |
bool |
IsVisible()
Returns the visible setting of the chart data table. |
void |
setBold(bool isBold)
Sets the bold setting of the chart axis data table. |
void |
setFont(System.String fontName)
Sets the chart data table font name. |
void |
setFontSettings(System.String fontName,
int fontSize,
bool isBold,
bool isItalic,
System.Drawing.Color foreground)
Sets the font settings. |
void |
setFontSize(int fontSize)
Sets the size of the chart data table font. |
void |
setForeground(System.Drawing.Color foreground)
Sets the font color of the chart data table. |
void |
setHorizontalLines(bool value)
Sets the visible value of the horizontal data table grid lines. |
void |
setItalic(bool isItalic)
Sets the italic setting of the chart data table font. |
void |
setLegendKey(bool value)
Sets the visibility of the data table legend key. |
void |
setLineColor(System.Drawing.Color lineColor)
Sets the color of the chart data table line. |
void |
setLineStyle(int lineStyle)
Sets the style of the chart data table line. |
void |
setLineWeight(int lineWeight)
Sets the line weight of the chart data table. |
void |
setOutlineLines(bool value)
Sets the visibility of the data table outline lines. |
void |
setStrikethrough(bool isStrikethrough)
Sets the strikethrough setting of the chart data table font. |
void |
setSubscript(bool isSubscript)
Sets the subscript setting of the chart data table font. |
void |
setSuperscript(bool isSuperscript)
Sets the superscript setting of the chart data table font. |
void |
setUnderlineStyle(int underlineStyle)
Sets the underline style of the chart data table text. |
void |
setVerticalLines(bool value)
Sets the visible value of the vertical data table grid lines. |
void |
setVisible(bool value)
Sets the visible setting of the chart data table. |
Constructor Detail |
public ExcelDataTable()
Method Detail |
public bool IsVisible()
setVisible(bool)
public void setVisible(bool value)
value
- the new value of the data table visible settingIsVisible()
public int getLineStyle()
Chart
class.
setLineStyle(int)
public void setLineStyle(int lineStyle)
Chart
class.
lineStyle
- the new style of the chart data table linegetLineStyle()
public System.Drawing.Color getLineColor()
setLineColor(System.Drawing.Color)
public void setLineColor(System.Drawing.Color lineColor)
lineColor
- the new color of the chart data table linegetLineColor()
public int getLineWeight()
Chart
class.
setLineWeight(int)
public void setLineWeight(int lineWeight)
Chart
class.
lineWeight
- the new value of the chart data table line weightgetLineWeight()
public bool HasLegendKey()
setLegendKey(bool)
public void setLegendKey(bool value)
value
- the new value of the data table legend key visibilityHasLegendKey()
public bool HasHorizontalLines()
setHorizontalLines(bool)
public void setHorizontalLines(bool value)
value
- the new value of the horizontal data table grid lines visibilityHasHorizontalLines()
public bool HasVerticalLines()
setVerticalLines(bool)
public void setVerticalLines(bool value)
value
- the new value of the data table grid lines visibilityHasVerticalLines()
public bool HasOutlineLines()
setOutlineLines(bool)
public void setOutlineLines(bool value)
value
- the new value of the data table outline lines visibilityHasOutlineLines()
public bool IsStrikethrough()
setStrikethrough(bool)
public void setStrikethrough(bool isStrikethrough)
isStrikethrough
- the new value of the data table font strikethrough settingIsStrikethrough()
public bool IsSuperscript()
setSuperscript(bool)
public void setSuperscript(bool isSuperscript)
isSuperscript
- the new value of the chart data table font superscript settingIsSuperscript()
public bool IsSubscript()
setSubscript(bool)
public void setSubscript(bool isSubscript)
isSubscript
- the new value of the chart data table font subscript settingIsSubscript()
public int getUnderlineStyle()
FontSettings
class.
setUnderlineStyle(int)
public void setUnderlineStyle(int underlineStyle)
FontSettings
class.
underlineStyle
- the new value of the data table text underline stylegetUnderlineStyle()
public System.String getFont()
setFont(System.String)
public void setFont(System.String fontName)
fontName
- the new name of the chart data table fontgetFont()
public int getFontSize()
setFontSize(int)
public void setFontSize(int fontSize)
fontSize
- the new size of the chart data table fontgetFontSize()
public bool IsBold()
setBold(bool)
public void setBold(bool isBold)
isBold
- - the new bold setting of the chart axis data tableIsBold()
public bool IsItalic()
setItalic(bool)
public void setItalic(bool isItalic)
isItalic
- the new italic setting of the chart data table fontIsItalic()
public void setFontSettings(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground)
fontName
- the name of the fontfontSize
- the size of the fontisBold
- the bold option of the fontisItalic
- the italic option of the fontforeground
- the foreground colorpublic System.Drawing.Color getForeground()
setForeground(System.Drawing.Color)
public void setForeground(System.Drawing.Color foreground)
foreground
- the new font color of the chart data tablegetForeground()
public ExcelDataTable Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |