|
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.ExcelSeries
This class stores the series information like values, name, line style, line weight, line color, shadow visibility, background color, data labels type, legend key visibility next to label, marker type. A chart can have multiple series.
Constructor Summary | |
ExcelSeries()
Defines an instance of the excel series. |
|
ExcelSeries(System.String seriesName,
System.String seriesValues)
Defines an instance of the excel series that has the name and the values defined. |
Method Summary | |
ExcelSeries |
Clone()
Creates and returns a copy of this object. |
System.Drawing.Color |
getBackground()
Returns the chart series background color. |
int |
getDataLabels()
Returns the chart series data label type. |
System.Drawing.Color |
getLineColor()
Returns the line color of the chart series. |
int |
getLineStyle()
Returns the line style of the chart series. |
int |
getLineWeight()
Returns the line weight of the chart series. |
int |
getMarkerType()
Returns the marker type of the chart series. |
System.String |
getName()
Returns the name of the chart series. |
bool |
getShowLegendKeyNextToLabel()
Returns a value representing the visibility of the legend key. |
System.String |
getValues()
Returns the values of the chart series. |
bool |
IsShadow()
Returns the shadow setting of the chart series. |
void |
setBackground(System.Drawing.Color background)
Sets the background color of the chart series. |
void |
setDataLabels(int dataLabels)
Sets the data labels type of the chart series. |
void |
setLineColor(System.Drawing.Color lineColor)
Sets the line color of the chart series. |
void |
setLineStyle(int lineStyle)
Returns the line style of the chart series. |
void |
setLineWeight(int lineWeight)
Sets the line weight of the chart series. |
void |
setMarkerType(int markerType)
Sets the marker type of the chart series. |
void |
setName(System.String seriesName)
Returns the name of the chart series. |
void |
setShadow(bool isShadow)
Sets the shadow setting of the chart series. |
void |
setShowLegendKeyNextToLabel(bool value)
Sets the visibility of the legend key next to label of the series. |
void |
setValues(System.String seriesValues)
Sets the values of the chart series. |
Constructor Detail |
public ExcelSeries()
public ExcelSeries(System.String seriesName, System.String seriesValues)
seriesName
- the series nameseriesValues
- the series valuesMethod Detail |
public System.String getName()
setName(System.String)
public void setName(System.String seriesName)
seriesName
- the new name of the chart seriesgetName()
public System.String getValues()
setValues(System.String)
public void setValues(System.String seriesValues)
seriesValues
- the new values of the chart seriesgetValues()
public int getLineStyle()
Chart
class.
setLineStyle(int)
public void setLineStyle(int lineStyle)
Chart
class.
lineStyle
- the new style of the chart series linegetLineStyle()
public int getLineWeight()
Chart
class.
setLineWeight(int)
public void setLineWeight(int lineWeight)
Chart
class.
lineWeight
- the new weight of the chart series linegetLineWeight()
public System.Drawing.Color getLineColor()
setLineColor(System.Drawing.Color)
public void setLineColor(System.Drawing.Color lineColor)
lineColor
- the new color of the chart series linegetLineColor()
public bool IsShadow()
setShadow(bool)
public void setShadow(bool isShadow)
isShadow
- the new value of the chart series shadow settingIsShadow()
public System.Drawing.Color getBackground()
setBackground(System.Drawing.Color)
public void setBackground(System.Drawing.Color background)
background
- the new background color of the chart seriesgetBackground()
public int getDataLabels()
Chart
class.
setDataLabels(int)
public void setDataLabels(int dataLabels)
Chart
class.
dataLabels
- the new value of the chart series data labelsgetDataLabels()
public bool getShowLegendKeyNextToLabel()
setShowLegendKeyNextToLabel(bool)
public void setShowLegendKeyNextToLabel(bool value)
value
- the new value of the legend key visibilitygetShowLegendKeyNextToLabel()
public int getMarkerType()
Chart
class.
setMarkerType(int)
public void setMarkerType(int markerType)
Chart
class.
markerType
- the new marker type of the chart seriesgetMarkerType()
public ExcelSeries Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |