ActiveXLS v6.4.0 API Documentation

ActiveXLS.Charts
Class ExcelAxis

System.Object
  extended byActiveXLS.Charts.ExcelAxis

public class ExcelAxis
extends System.Object

This class stores the chart axis information like extends label, font name, font size, font bold, font italic, font underline style, font subscript, font superscript, font strikethrough, foreground color, style line, weight line, color line, type of major and minor tick mark, tick mark label, number format, rotation of the axis, visibility.


Constructor Summary
ExcelAxis()
          Defines an instance of the excel axis.
 
Method Summary
 ExcelAxis Clone()
          Creates and returns a copy of this object.
 double getCrossValue()
          Returns the crosses value of the axis.
 System.String getFont()
          Returns the chart axis font name.
 int getFontSize()
          Returns the size of the chart axis font.
 System.Drawing.Color getForeground()
          Returns the foreground color of the chart axis.
 long getHeight()
          Internal use only
 System.String getLabel()
          Returns the chart axis title.
 int getLabelFrequency()
          Returns the number of categories between tick-mark labels.
 System.Drawing.Color getLineColor()
          Returns the line color of the chart axis.
 int getLineStyle()
          Returns the line style of the chart axis.
 int getLineWeight()
          Returns the line weight of the chart axis.
 int getMajorTickMarkType()
          Returns the type of the major tick mark.
 double getMajorUnit()
          Returns the major unit of the value Y axis scale.
 double getMaximumValue()
          Returns the maximun value of the value Y axis scale.
 double getMinimumValue()
          Returns the minimum value of the value Y axis scale.
 int getMinorTickMarkType()
          Returns the type of the minor tick mark.
 double getMinorUnit()
          Returns the minor unit of the value Y axis scale.
 System.String getNumberFormat()
          Returns the chart axis number format.
 int getRotationDegrees()
          Returns the rotation degrees of the chart axis.
 int getTickMarkLabel()
          Returns the label of the tick mark.
 int getTickMarksFrequency()
          Returns the number of categories between tick marks.
 int getUnderlineStyle()
          Returns the underline style of the chart axis.
 long getWidth()
          Internal use only
 long getXPosition()
          Internal use only
 long getYPosition()
          Internal use only
 bool IsAutomaticCategoryAxisCrossesValue()
          Returns the automatic option of the crosses value of the category X axis.
 bool IsAutomaticMajorUnit()
          Returns the automatic option of the major unit of the value Y axis scale.
 bool IsAutomaticMaximumValue()
          Returns the automatic option of the maximum value of the value Y axis scale.
 bool IsAutomaticMinimumValue()
          Returns the automatic option of the minimum value of the value Y axis scale.
 bool IsAutomaticMinorUnit()
          Returns the automatic option of the minor unit of the value Y axis scale.
 bool IsBold()
          Returns the bold setting of the chart axis font.
 bool IsCrossedBetweenCategories()
          Returns true if the value Y axis crosses between categories, false otherwise.
 bool IsItalic()
          Returns the italic setting of the chart axis font.
 bool IsLogarithmicScale()
          Returns true if the logarithmic scale is applied, false otherwise The property is applicable only to value Y axis.
 bool IsMaximumCross()
          Returns true if the axis crosses at maximum value, false otherwise.
 bool IsNumberFormatLinked()
          Returns true, if the number format of the labels is the same as the number format of the data source, false otherwise.
 bool IsReverseOrder()
          Returns true if the values are in reverse order, false otherwise
 bool IsStrikethrough()
          Returns the strikethrough setting of the chart axis font.
 bool IsSubscript()
          Returns the subscript setting of the chart axis font.
 bool IsSuperscript()
          Returns the superscript setting of the chart axis font.
 bool IsVisible()
          Returns the visible setting of the chart axis.
 void setAutomaticCategoryAxisCrossesValue(bool isAutomatic)
          Sets the automatic option of the crosses value of the category X axis.
 void setAutomaticMajorUnit(bool isAutomatic)
          Sets the automatic option of the major unit of the value Y axis scale.
 void setAutomaticMaximumValue(bool isAutomatic)
          Sets the automatic option of the maximum value of the value Y axis scale.
 void setAutomaticMinimumValue(bool isAutomatic)
          Sets the automatic option of the minimum value of the value Y axis scale.
 void setAutomaticMinorUnit(bool isAutomatic)
          Sets the automatic option of the minor unit of the value Y axis scale.
 void setBold(bool isBold)
          Sets the bold setting of the chart axis font.
 void setCrossedBetweenCategories(bool between)
          Sets the flag true if the axis crosses between categories, or false if it does not.
 void setCrossValue(double crossValue)
          Sets the crosses value of the axis.
 void setFont(System.String fontName)
          Sets the chart axis 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 axis font.
 void setForeground(System.Drawing.Color foreground)
          Sets the foreground color of the chart axis.
 void setItalic(bool isItalic)
          Sets the italic setting of the chart axis font.
 void setLabel(System.String label)
          Sets the chart axis title.
 void setLabelFrequency(int labelFrequency)
          Sets the number of categories between tick-mark labels.
 void setLineColor(System.Drawing.Color lineColor)
          Sets the line color of the chart axis.
 void setLineStyle(int lineStyle)
          Sets the line style of the chart axis.
 void setLineWeight(int axisWeight)
          Sets the line weight of the chart axis.
 void setLogarithmicScale(bool isLogarithmicScale)
          Sets the logarithmic scale.
 void setMajorTickMarkType(int majorTickMarkType)
          Sets the type of the major tick mark.
 void setMajorUnit(double majorUnit)
          Sets the major unit of the value Y axis scale.
 void setMaximumCross(bool isMaximumCross)
          Sets the flag true if the axis crosses at maximum value, or false if it does not.
 void setMaximumValue(double maximumValue)
          Sets the maximum value of the value Y axis scale.
 void setMinimumValue(double minimumValue)
          Sets the minimum value of the value Y axis scale.
 void setMinorTickMarkType(int minorTickMarkType)
          Sets the type of the minor tick mark.
 void setMinorUnit(double minorUnit)
          Sets the minor unit of the value Y axis scale.
 void setNumberFormat(System.String numberFormat)
          Sets the chart axis number format.
 void setNumberFormatLinked(bool isNumberFormatLinked)
          Sets if the number format of the chart axis is linked to the number format of the data source.
 void setPosition(long nXPosition, long nYPosition, long nWidth, long nHeight)
          Internal use only
 void setReverseOrder(bool isReverseOrder)
          Sets the values in reverse order.
 void setRotationDegrees(int rotationDegrees)
          Sets the rotation degrees of the chart axis.
 void setStrikethrough(bool isStrikethrough)
          Sets the strikethrough setting of the chart axis font.
 void setSubscript(bool isSubscript)
          Sets the subscript setting of the chart axis font.
 void setSuperscript(bool isSuperscript)
          Sets the superscript setting of the chart axis font.
 void setTickMarkLabel(int tickMarkLabel)
          Sets the label of the tick mark.
 void setTickMarksFrequency(int tickMarksFrequency)
          Sets the number of categories between tick marks.
 void setUnderlineStyle(int underlineStyle)
          Sets the underline style of the chart axis.
 void setVisible(bool isVisible)
          Sets the visible setting of the chart axis.
 

Constructor Detail

ExcelAxis

public ExcelAxis()
Defines an instance of the excel axis.

Method Detail

setLabel

public void setLabel(System.String label)
Sets the chart axis title.

Parameters:
label - the chart axis title
See Also:
getLabel()

getLabel

public System.String getLabel()
Returns the chart axis title.

Returns:
the chart axis title
See Also:
setLabel(System.String)

setVisible

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

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

IsVisible

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

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

getLineStyle

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

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

setLineStyle

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

Parameters:
lineStyle - the line style of the chart axis
See Also:
getLineStyle()

getLineWeight

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

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

setLineWeight

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

Parameters:
axisWeight - the line weight of the chart axis
See Also:
getLineWeight()

getLineColor

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

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

setLineColor

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

Parameters:
lineColor - the line color of the chart axis
See Also:
getLineColor()

getMajorTickMarkType

public int getMajorTickMarkType()
Returns the type of the major tick mark. Possible values are available in Chart class.

Returns:
the line weight of the chart axis
See Also:
setMajorTickMarkType(int)

setMajorTickMarkType

public void setMajorTickMarkType(int majorTickMarkType)
Sets the type of the major tick mark. Possible values are available in Chart class.

Parameters:
majorTickMarkType - the type of the major tick mark
See Also:
getMajorTickMarkType()

getMinorTickMarkType

public int getMinorTickMarkType()
Returns the type of the minor tick mark. Possible values are available in Chart class.

Returns:
the line weight of the chart axis
See Also:
setMinorTickMarkType(int)

setMinorTickMarkType

public void setMinorTickMarkType(int minorTickMarkType)
Sets the type of the minor tick mark. Possible values are available in Chart class.

Parameters:
minorTickMarkType - the type of the minor tick mark
See Also:
getMinorTickMarkType()

getTickMarkLabel

public int getTickMarkLabel()
Returns the label of the tick mark. Possible values are available in Chart class.

Returns:
the line weight of the chart axis
See Also:
setTickMarkLabel(int)

setTickMarkLabel

public void setTickMarkLabel(int tickMarkLabel)
Sets the label of the tick mark. Possible values are available in Chart class.

Parameters:
tickMarkLabel - the label of the tick mark
See Also:
getTickMarkLabel()

getForeground

public System.Drawing.Color getForeground()
Returns the foreground color of the chart axis.

Returns:
the foreground color of the chart axis
See Also:
setForeground(System.Drawing.Color)

setForeground

public void setForeground(System.Drawing.Color foreground)
Sets the foreground color of the chart axis.

Parameters:
foreground - the foreground color of the chart axis
See Also:
getForeground()

IsStrikethrough

public bool IsStrikethrough()
Returns the strikethrough setting of the chart axis font.

Returns:
the strikethrough setting of the chart axis font
See Also:
setStrikethrough(bool)

setStrikethrough

public void setStrikethrough(bool isStrikethrough)
Sets the strikethrough setting of the chart axis font.

Parameters:
isStrikethrough - the strikethrough setting of the chart axis font
See Also:
IsStrikethrough()

IsSuperscript

public bool IsSuperscript()
Returns the superscript setting of the chart axis font.

Returns:
the superscript setting of the chart axis font
See Also:
setSuperscript(bool)

setSuperscript

public void setSuperscript(bool isSuperscript)
Sets the superscript setting of the chart axis font.

Parameters:
isSuperscript - the superscript setting of the chart axis font
See Also:
IsSuperscript()

IsSubscript

public bool IsSubscript()
Returns the subscript setting of the chart axis font.

Returns:
the subscript setting of the chart axis font
See Also:
setSubscript(bool)

setSubscript

public void setSubscript(bool isSubscript)
Sets the subscript setting of the chart axis font.

Parameters:
isSubscript - the subscript setting of the chart axis font
See Also:
IsSubscript()

getUnderlineStyle

public int getUnderlineStyle()
Returns the underline style of the chart axis. Possible values are available in FontSettings class.

Returns:
the underline style of the chart axis
See Also:
setUnderlineStyle(int)

setUnderlineStyle

public void setUnderlineStyle(int underlineStyle)
Sets the underline style of the chart axis. Possible values are available in FontSettings class.

Parameters:
underlineStyle - the underline style of the chart axis
See Also:
getUnderlineStyle()

getFontSize

public int getFontSize()
Returns the size of the chart axis font.

Returns:
the size of the chart axis font
See Also:
setFontSize(int)

setFontSize

public void setFontSize(int fontSize)
Sets the size of the chart axis font.

Parameters:
fontSize - the size of the chart axis font
See Also:
getFontSize()

getFont

public System.String getFont()
Returns the chart axis font name.

Returns:
the chart axis font name
See Also:
setFont(System.String)

setFont

public void setFont(System.String fontName)
Sets the chart axis font name.

Parameters:
fontName - the chart axis font name
See Also:
getFont()

IsBold

public bool IsBold()
Returns the bold setting of the chart axis font.

Returns:
the bold setting of the chart axis font
See Also:
setBold(bool)

setBold

public void setBold(bool isBold)
Sets the bold setting of the chart axis font.

Parameters:
isBold - the bold style of the chart axis font
See Also:
IsBold()

IsItalic

public bool IsItalic()
Returns the italic setting of the chart axis font.

Returns:
the italic setting of the chart axis font
See Also:
setItalic(bool)

setItalic

public void setItalic(bool isItalic)
Sets the italic setting of the chart axis font.

Parameters:
isItalic - the italic style of the chart axis font
See Also:
IsItalic()

setFontSettings

public void setFontSettings(System.String fontName,
                            int fontSize,
                            bool isBold,
                            bool isItalic,
                            System.Drawing.Color foreground)
Sets the font settings.

Parameters:
fontName - the name of the font
fontSize - the size of the font
isBold - the bold option of the font
isItalic - the italic option of the font
foreground - the foreground color

getNumberFormat

public System.String getNumberFormat()
Returns the chart axis number format. Possible values are available in Format class.

Returns:
the chart axis number format
See Also:
setNumberFormat(System.String)

setNumberFormat

public void setNumberFormat(System.String numberFormat)
Sets the chart axis number format. Possible values are available in Format class.

Parameters:
numberFormat - the chart axis number format
See Also:
getNumberFormat()

setNumberFormatLinked

public void setNumberFormatLinked(bool isNumberFormatLinked)
Sets if the number format of the chart axis is linked to the number format of the data source.

Parameters:
isNumberFormatLinked - true, if the number format of the labels is the same as the number format of the data source, false otherwise
See Also:
IsNumberFormatLinked()

IsNumberFormatLinked

public bool IsNumberFormatLinked()
Returns true, if the number format of the labels is the same as the number format of the data source, false otherwise.

Returns:
true, if the number format of the labels is the same as the number format of the data source, false otherwise
See Also:
setNumberFormatLinked(bool)

getRotationDegrees

public int getRotationDegrees()
Returns the rotation degrees of the chart axis.

Returns:
the rotation degrees of the chart axis
See Also:
setRotationDegrees(int)

setRotationDegrees

public void setRotationDegrees(int rotationDegrees)
Sets the rotation degrees of the chart axis.

Parameters:
rotationDegrees - the rotation degrees of the chart axis
See Also:
getRotationDegrees()

setPosition

public void setPosition(long nXPosition,
                        long nYPosition,
                        long nWidth,
                        long nHeight)
Internal use only


getXPosition

public long getXPosition()
Internal use only


getYPosition

public long getYPosition()
Internal use only


getWidth

public long getWidth()
Internal use only


getHeight

public long getHeight()
Internal use only


getMinimumValue

public double getMinimumValue()
Returns the minimum value of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
the minimum value of the value Y axis scale
See Also:
setMinimumValue(double), getMaximumValue(), setMaximumValue(double), IsAutomaticMinimumValue(), setAutomaticMinimumValue(bool)

setMinimumValue

public void setMinimumValue(double minimumValue)
Sets the minimum value of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
minimumValue - the minimum value of the value Y axis scale
See Also:
getMinimumValue(), getMaximumValue(), setMaximumValue(double), IsAutomaticMinimumValue(), setAutomaticMinimumValue(bool)

IsAutomaticMinimumValue

public bool IsAutomaticMinimumValue()
Returns the automatic option of the minimum value of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
true if the minimum value of the value Y axis scale is set automatic, false otherwise
See Also:
setAutomaticMinimumValue(bool), setMinimumValue(double), getMinimumValue()

setAutomaticMinimumValue

public void setAutomaticMinimumValue(bool isAutomatic)
Sets the automatic option of the minimum value of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
isAutomatic - the automatic option
See Also:
IsAutomaticMinimumValue(), setMinimumValue(double), getMinimumValue()

getMaximumValue

public double getMaximumValue()
Returns the maximun value of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
the maximun value of the value Y axis scale
See Also:
setMaximumValue(double), getMinimumValue(), setMinimumValue(double), IsAutomaticMaximumValue(), setAutomaticMaximumValue(bool)

setMaximumValue

public void setMaximumValue(double maximumValue)
Sets the maximum value of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
maximumValue - the maximum value of the value Y axis scale
See Also:
getMaximumValue(), getMinimumValue(), setMinimumValue(double), IsAutomaticMaximumValue(), setAutomaticMaximumValue(bool)

IsAutomaticMaximumValue

public bool IsAutomaticMaximumValue()
Returns the automatic option of the maximum value of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
true if the maximum value of the value Y axis scale is set automatic, false otherwise
See Also:
setAutomaticMaximumValue(bool), setMaximumValue(double), getMaximumValue()

setAutomaticMaximumValue

public void setAutomaticMaximumValue(bool isAutomatic)
Sets the automatic option of the maximum value of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
isAutomatic - the automatic option
See Also:
IsAutomaticMaximumValue(), setMaximumValue(double), getMaximumValue()

getMajorUnit

public double getMajorUnit()
Returns the major unit of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
the major unit of the value Y axis scale
See Also:
setMajorUnit(double), getMinorUnit(), setMinorUnit(double), IsAutomaticMajorUnit(), setAutomaticMajorUnit(bool)

setMajorUnit

public void setMajorUnit(double majorUnit)
Sets the major unit of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
majorUnit - the major unit of the value Y axis scale
See Also:
getMajorUnit(), getMinorUnit(), setMinorUnit(double), IsAutomaticMajorUnit(), setAutomaticMajorUnit(bool)

IsAutomaticMajorUnit

public bool IsAutomaticMajorUnit()
Returns the automatic option of the major unit of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
true if the major unit of the value Y axis scale is set automatic, false otherwise
See Also:
setAutomaticMajorUnit(bool), setMajorUnit(double), getMajorUnit()

setAutomaticMajorUnit

public void setAutomaticMajorUnit(bool isAutomatic)
Sets the automatic option of the major unit of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
isAutomatic - the automatic option
See Also:
IsAutomaticMajorUnit(), setMajorUnit(double), getMajorUnit()

getMinorUnit

public double getMinorUnit()
Returns the minor unit of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
the minor unit of the value Y axis scale
See Also:
setMinorUnit(double), getMajorUnit(), setMajorUnit(double), IsAutomaticMinorUnit(), setAutomaticMinorUnit(bool)

setMinorUnit

public void setMinorUnit(double minorUnit)
Sets the minor unit of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
minorUnit - the minor unit of the value Y axis scale
See Also:
getMinorUnit(), getMajorUnit(), setMajorUnit(double), IsAutomaticMinorUnit(), setAutomaticMinorUnit(bool)

IsAutomaticMinorUnit

public bool IsAutomaticMinorUnit()
Returns the automatic option of the minor unit of the value Y axis scale. The property is applicable only to value Y axis.

Returns:
true if the minor unit of the value Y axis scale is set automatic, false otherwise
See Also:
setAutomaticMinorUnit(bool), setMinorUnit(double), getMinorUnit()

setAutomaticMinorUnit

public void setAutomaticMinorUnit(bool isAutomatic)
Sets the automatic option of the minor unit of the value Y axis scale. The property is applicable only to value Y axis.

Parameters:
isAutomatic - the automatic option
See Also:
IsAutomaticMajorUnit(), setMinorUnit(double), getMinorUnit()

getCrossValue

public double getCrossValue()
Returns the crosses value of the axis.

Returns:
the crosses value of the axis
See Also:
setCrossValue(double), IsAutomaticCategoryAxisCrossesValue(), setAutomaticCategoryAxisCrossesValue(bool)

setCrossValue

public void setCrossValue(double crossValue)
Sets the crosses value of the axis.

Parameters:
crossValue - the crosses value of the axis
See Also:
getCrossValue(), IsAutomaticCategoryAxisCrossesValue(), setAutomaticCategoryAxisCrossesValue(bool)

IsAutomaticCategoryAxisCrossesValue

public bool IsAutomaticCategoryAxisCrossesValue()
Returns the automatic option of the crosses value of the category X axis. The property is applicable only to value Y axis.

Returns:
true if the crosses value of the category X axis is set automatic, false otherwise
See Also:
setAutomaticCategoryAxisCrossesValue(bool), setCrossValue(double), getCrossValue()

setAutomaticCategoryAxisCrossesValue

public void setAutomaticCategoryAxisCrossesValue(bool isAutomatic)
Sets the automatic option of the crosses value of the category X axis. The property is applicable only to value Y axis.

Parameters:
isAutomatic - the automatic option
See Also:
IsAutomaticCategoryAxisCrossesValue(), setCrossValue(double), getCrossValue()

IsLogarithmicScale

public bool IsLogarithmicScale()
Returns true if the logarithmic scale is applied, false otherwise The property is applicable only to value Y axis.

Returns:
true if the logarithmic scale is applied, false otherwise
See Also:
setLogarithmicScale(bool)

setLogarithmicScale

public void setLogarithmicScale(bool isLogarithmicScale)
Sets the logarithmic scale. The property is applicable only for value Y axis.

Parameters:
isLogarithmicScale - the logarithmic scale option
See Also:
IsLogarithmicScale()

IsReverseOrder

public bool IsReverseOrder()
Returns true if the values are in reverse order, false otherwise

Returns:
true if the values are in reverse order, false otherwise
See Also:
setReverseOrder(bool)

setReverseOrder

public void setReverseOrder(bool isReverseOrder)
Sets the values in reverse order.

Parameters:
isReverseOrder - the reverse order option
See Also:
IsReverseOrder()

IsMaximumCross

public bool IsMaximumCross()
Returns true if the axis crosses at maximum value, false otherwise.

Returns:
true if the axis crosses at maximum value, false otherwise
See Also:
setMaximumCross(bool)

setMaximumCross

public void setMaximumCross(bool isMaximumCross)
Sets the flag true if the axis crosses at maximum value, or false if it does not.

Parameters:
isMaximumCross - the maximum cross option
See Also:
IsMaximumCross()

getLabelFrequency

public int getLabelFrequency()
Returns the number of categories between tick-mark labels. The property is applicable only to category X axis.

Returns:
the number of categories between tick-mark labels
See Also:
setLabelFrequency(int)

setLabelFrequency

public void setLabelFrequency(int labelFrequency)
Sets the number of categories between tick-mark labels. The property is applicable only for category X axis.

Parameters:
labelFrequency - the number of categories between tick-mark labels
See Also:
getLabelFrequency()

getTickMarksFrequency

public int getTickMarksFrequency()
Returns the number of categories between tick marks. The property is applicable only to category X axis.

Returns:
the number of categories between tick marks
See Also:
setTickMarksFrequency(int)

setTickMarksFrequency

public void setTickMarksFrequency(int tickMarksFrequency)
Sets the number of categories between tick marks. The property is applicable only to category X axis.

Parameters:
tickMarksFrequency - the number of categories between tick marks
See Also:
getTickMarksFrequency()

IsCrossedBetweenCategories

public bool IsCrossedBetweenCategories()
Returns true if the value Y axis crosses between categories, false otherwise. The property is applicable only to category X axis.

Returns:
true if the value Y axis crosses between categories, false otherwise
See Also:
setCrossedBetweenCategories(bool)

setCrossedBetweenCategories

public void setCrossedBetweenCategories(bool between)
Sets the flag true if the axis crosses between categories, or false if it does not. The property is applicable only to category X axis.

Parameters:
between - the between option
See Also:
IsCrossedBetweenCategories()

Clone

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

Returns:
a clone of this instance.

Copyright 2009 On Time Computing Solutions