Namespace EasyXLS.Charts
Class ExcelAxis
System.Object
- All Implemented Interfaces:
IAlignDrawingObject,IEffectDrawingObject,IFontDrawingObject
This class stores the chart axis information like extends
label, fill settings, font settings, line settings, shadow settings, alignment settings, type of major and minor tick mark,
tick mark label, number format, rotation of the axis, visibility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClone()Creates and returns a copy of this object.Returns the chart axis title.doubleReturns the crosses value of the axis.System.StringgetFont()Deprecated.intDeprecated.As of version 8.3, replaced byFontFormat.getFontSize()System.Drawing.ColorDeprecated.As of version 8.3, replaced byFontFormat.getForeground()System.StringgetLabel()Deprecated.As of version 8.3, replaced bygetAxisTitle()intReturns the number of categories between tick-mark labels.System.Drawing.ColorDeprecated.As of version 8.3, replaced byLineColorFormat.getLineColor()intDeprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()intDeprecated.As of version 8.3, replaced byLineStyleFormat.getWidth()intReturns the type of the major tick mark.doubleReturns the major unit of the value Y axis scale.doubleReturns the maximum value of the value Y axis scale.doubleReturns the minimum value of the value Y axis scale.intReturns the type of the minor tick mark.doubleReturns the minor unit of the value Y axis scale.System.StringReturns the chart axis number format.intDeprecated.As of version 8.3, replaced byAlignmentFormat.getTextAngle()intReturns the label of the tick mark.intReturns the number of categories between tick marks.intDeprecated.As of version 8.3, replaced byFontFormat.getUnderlineStyle()boolReturns the automatic option of the crosses value of the category X axis.boolReturns the automatic option of the major unit of the value Y axis scale.boolReturns the automatic option of the maximum value of the value Y axis scale.boolReturns the automatic option of the minimum value of the value Y axis scale.boolReturns the automatic option of the minor unit of the value Y axis scale.boolIsBold()Deprecated.As of version 8.3, replaced byFontFormat.IsBold()boolReturns true if the value Y axis crosses between categories, false otherwise.boolIsItalic()Deprecated.As of version 8.3, replaced byFontFormat.IsItalic()boolReturns true if the logarithmic scale is applied, false otherwise The property is applicable only to value Y axis.boolReturns true if the axis crosses at maximum value, false otherwise.boolReturns true, if the number format of the labels is the same as the number format of the data source, false otherwise.boolReturns true if the values are in reverse order, false otherwiseboolDeprecated.As of version 8.3, replaced byFontFormat.IsStrikethrough()boolDeprecated.As of version 8.3, replaced byFontFormat.IsSubscript()boolDeprecated.As of version 8.3, replaced byFontFormat.IsSuperscript()boolReturns the visible setting of the chart axis.voidsetAutomaticCategoryAxisCrossesValue(bool isAutomatic) Sets the automatic option of the crosses value of the category X axis.voidsetAutomaticMajorUnit(bool isAutomatic) Sets the automatic option of the major unit of the value Y axis scale.voidsetAutomaticMaximumValue(bool isAutomatic) Sets the automatic option of the maximum value of the value Y axis scale.voidsetAutomaticMinimumValue(bool isAutomatic) Sets the automatic option of the minimum value of the value Y axis scale.voidsetAutomaticMinorUnit(bool isAutomatic) Sets the automatic option of the minor unit of the value Y axis scale.voidsetAxisTitle(ExcelTitle xlsTitle) Sets the chart axis title.voidsetBold(bool isBold) Deprecated.As of version 8.3, replaced byFontFormat.setBold(bool)voidsetCrossedBetweenCategories(bool between) Sets the flag true if the axis crosses between categories, or false if it does not.voidsetCrossValue(double crossValue) Sets the crosses value of the axis.voidsetFont(System.String fontName) Deprecated.As of version 8.3, replaced byFontFormat.setFont(System.String)voidsetFontSettings(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground) Deprecated.As of version 8.3, replaced byFontFormat.setFontSettings(String,int,bool,bool,Color)voidsetFontSize(int fontSize) Deprecated.As of version 8.3, replaced byFontFormat.setFontSize(float)voidsetForeground(System.Drawing.Color foreground) Deprecated.As of version 8.3, replaced byFontFormat.setForeground(Color)voidsetItalic(bool isItalic) Deprecated.As of version 8.3, replaced byFontFormat.setItalic(bool)voidsetLabel(System.String label) Deprecated.As of version 8.3, replaced byExcelTitle.setText(System.String)voidsetLabelFrequency(int labelFrequency) Sets the number of categories between tick-mark labels.voidsetLineColor(System.Drawing.Color lineColor) Deprecated.As of version 8.3, replaced byLineColorFormat.setLineColor(Color)voidsetLineStyle(int lineStyle) Deprecated.As of version 8.3, replaced byLineStyleFormat.setDashType(System.String)voidsetLineWeight(int axisWeight) Deprecated.As of version 8.3, replaced byLineStyleFormat.setWidth(float)voidsetLogarithmicScale(bool isLogarithmicScale) Sets the logarithmic scale.voidsetMajorTickMarkType(int majorTickMarkType) Sets the type of the major tick mark.voidsetMajorUnit(double majorUnit) Sets the major unit of the value Y axis scale.voidsetMaximumCross(bool isMaximumCross) Sets the flag true if the axis crosses at maximum value, or false if it does not.voidsetMaximumValue(double maximumValue) Sets the maximum value of the value Y axis scale.voidsetMinimumValue(double minimumValue) Sets the minimum value of the value Y axis scale.voidsetMinorTickMarkType(int minorTickMarkType) Sets the type of the minor tick mark.voidsetMinorUnit(double minorUnit) Sets the minor unit of the value Y axis scale.voidsetNumberFormat(System.String numberFormat) Sets the chart axis number format.voidsetNumberFormatLinked(bool isNumberFormatLinked) Sets if the number format of the chart axis is linked to the number format of the data source.voidsetReverseOrder(bool isReverseOrder) Sets the values in reverse order.voidsetRotationDegrees(int rotationDegrees) Deprecated.As of version 8.3, replaced byAlignmentFormat.setTextDirectionHorizontal(System.String, int)voidsetStrikethrough(bool isStrikethrough) Deprecated.As of version 8.3, replaced byFontFormat.setStrikethrough(bool)voidsetSubscript(bool isSubscript) Deprecated.As of version 8.3, replaced byFontFormat.setSubscript(bool)voidsetSuperscript(bool isSuperscript) Deprecated.As of version 8.3, replaced byFontFormat.setSuperscript(bool)voidsetTickMarkLabel(int tickMarkLabel) Sets the label of the tick mark.voidsetTickMarksFrequency(int tickMarksFrequency) Sets the number of categories between tick marks.voidsetUnderlineStyle(int underlineStyle) Deprecated.As of version 8.3, replaced byFontFormat.setUnderlineSettings(String,bool)voidsetVisible(bool isVisible) Sets the visible setting of the chart axis.Methods inherited from class EasyXLS.Drawings.AlignDrawingObject
getAlignmentFormat, setAlignmentFormatMethods inherited from class EasyXLS.Drawings.FontDrawingObject
getFontFormat, setFontFormatMethods inherited from class EasyXLS.Drawings.EffectDrawingObject
get3DFormat, set3DFormatMethods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormatMethods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormatMethods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSizeMethods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelAxis
public ExcelAxis()Defines an instance of the excel axis.
-
-
Method Details
-
setLabel
public void setLabel(System.String label) Deprecated.As of version 8.3, replaced byExcelTitle.setText(System.String)Sets the chart axis title.- Parameters:
label- the chart axis title- See Also:
-
getLabel
public System.String getLabel()Deprecated.As of version 8.3, replaced bygetAxisTitle()Returns the chart axis title.- Returns:
- the chart axis title
- See Also:
-
setAxisTitle
Sets the chart axis title.- Parameters:
xlsTitle- the chart axis title- See Also:
-
getAxisTitle
Returns the chart axis title.- Returns:
- the chart axis title
- See Also:
-
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
public bool IsVisible()Returns the visible setting of the chart axis.- Returns:
- the visible setting of the chart axis
- See Also:
-
getLineStyle
public int getLineStyle()Deprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()Returns the line style of the chart axis. Possible values are available inChartclass.- Returns:
- the line style of the chart axis
- See Also:
-
setLineStyle
public void setLineStyle(int lineStyle) Deprecated.As of version 8.3, replaced byLineStyleFormat.setDashType(System.String)Sets the line style of the chart axis. Possible values are available inChartclass.- Parameters:
lineStyle- the line style of the chart axis- See Also:
-
getLineWeight
public int getLineWeight()Deprecated.As of version 8.3, replaced byLineStyleFormat.getWidth()Returns the line weight of the chart axis. Possible values are available inChartclass.- Returns:
- the line weight of the chart axis
- See Also:
-
setLineWeight
public void setLineWeight(int axisWeight) Deprecated.As of version 8.3, replaced byLineStyleFormat.setWidth(float)Sets the line weight of the chart axis. Possible values are available inChartclass.- Parameters:
axisWeight- the line weight of the chart axis- See Also:
-
getLineColor
public System.Drawing.Color getLineColor()Deprecated.As of version 8.3, replaced byLineColorFormat.getLineColor()Returns the line color of the chart axis.- Returns:
- the line color of the chart axis
- See Also:
-
setLineColor
public void setLineColor(System.Drawing.Color lineColor) Deprecated.As of version 8.3, replaced byLineColorFormat.setLineColor(Color)Sets the line color of the chart axis.- Parameters:
lineColor- the line color of the chart axis- See Also:
-
getMajorTickMarkType
public int getMajorTickMarkType()Returns the type of the major tick mark. Possible values are available inChartclass.- Returns:
- the line weight of the chart axis
- See Also:
-
setMajorTickMarkType
public void setMajorTickMarkType(int majorTickMarkType) Sets the type of the major tick mark. Possible values are available inChartclass.- Parameters:
majorTickMarkType- the type of the major tick mark- See Also:
-
getMinorTickMarkType
public int getMinorTickMarkType()Returns the type of the minor tick mark. Possible values are available inChartclass.- Returns:
- the line weight of the chart axis
- See Also:
-
setMinorTickMarkType
public void setMinorTickMarkType(int minorTickMarkType) Sets the type of the minor tick mark. Possible values are available inChartclass.- Parameters:
minorTickMarkType- the type of the minor tick mark- See Also:
-
getTickMarkLabel
public int getTickMarkLabel()Returns the label of the tick mark. Possible values are available inChartclass.- Returns:
- the line weight of the chart axis
- See Also:
-
setTickMarkLabel
public void setTickMarkLabel(int tickMarkLabel) Sets the label of the tick mark. Possible values are available inChartclass.- Parameters:
tickMarkLabel- the label of the tick mark- See Also:
-
getForeground
public System.Drawing.Color getForeground()Deprecated.As of version 8.3, replaced byFontFormat.getForeground()Returns the foreground color of the chart axis.- Returns:
- the foreground color of the chart axis
- See Also:
-
setForeground
public void setForeground(System.Drawing.Color foreground) Deprecated.As of version 8.3, replaced byFontFormat.setForeground(Color)Sets the foreground color of the chart axis.- Parameters:
foreground- the foreground color of the chart axis- See Also:
-
IsStrikethrough
public bool IsStrikethrough()Deprecated.As of version 8.3, replaced byFontFormat.IsStrikethrough()Returns the strikethrough setting of the chart axis font.- Returns:
- the strikethrough setting of the chart axis font
- See Also:
-
setStrikethrough
public void setStrikethrough(bool isStrikethrough) Deprecated.As of version 8.3, replaced byFontFormat.setStrikethrough(bool)Sets the strikethrough setting of the chart axis font.- Parameters:
isStrikethrough- the strikethrough setting of the chart axis font- See Also:
-
IsSuperscript
public bool IsSuperscript()Deprecated.As of version 8.3, replaced byFontFormat.IsSuperscript()Returns the superscript setting of the chart axis font.- Returns:
- the superscript setting of the chart axis font
- See Also:
-
setSuperscript
public void setSuperscript(bool isSuperscript) Deprecated.As of version 8.3, replaced byFontFormat.setSuperscript(bool)Sets the superscript setting of the chart axis font.- Parameters:
isSuperscript- the superscript setting of the chart axis font- See Also:
-
IsSubscript
public bool IsSubscript()Deprecated.As of version 8.3, replaced byFontFormat.IsSubscript()Returns the subscript setting of the chart axis font.- Returns:
- the subscript setting of the chart axis font
- See Also:
-
setSubscript
public void setSubscript(bool isSubscript) Deprecated.As of version 8.3, replaced byFontFormat.setSubscript(bool)Sets the subscript setting of the chart axis font.- Parameters:
isSubscript- the subscript setting of the chart axis font- See Also:
-
getUnderlineStyle
public int getUnderlineStyle()Deprecated.As of version 8.3, replaced byFontFormat.getUnderlineStyle()Returns the underline style of the chart axis. Possible values are available inFontSettingsclass.- Returns:
- the underline style of the chart axis
- See Also:
-
setUnderlineStyle
public void setUnderlineStyle(int underlineStyle) Deprecated.As of version 8.3, replaced byFontFormat.setUnderlineSettings(String,bool)Sets the underline style of the chart axis. Possible values are available inFontSettingsclass.- Parameters:
underlineStyle- the underline style of the chart axis- See Also:
-
getFontSize
public int getFontSize()Deprecated.As of version 8.3, replaced byFontFormat.getFontSize()Returns the size of the chart axis font.- Returns:
- the size of the chart axis font
- See Also:
-
setFontSize
public void setFontSize(int fontSize) Deprecated.As of version 8.3, replaced byFontFormat.setFontSize(float)Sets the size of the chart axis font.- Parameters:
fontSize- the size of the chart axis font- See Also:
-
getFont
public System.String getFont()Deprecated.As of version 8.3, replaced byFontFormat.getFont()Returns the chart axis font name.- Returns:
- the chart axis font name
- See Also:
-
setFont
public void setFont(System.String fontName) Deprecated.As of version 8.3, replaced byFontFormat.setFont(System.String)Sets the chart axis font name.- Parameters:
fontName- the chart axis font name- See Also:
-
IsBold
public bool IsBold()Deprecated.As of version 8.3, replaced byFontFormat.IsBold()Returns the bold setting of the chart axis font.- Returns:
- the bold setting of the chart axis font
- See Also:
-
setBold
public void setBold(bool isBold) Deprecated.As of version 8.3, replaced byFontFormat.setBold(bool)Sets the bold setting of the chart axis font.- Parameters:
isBold- the bold style of the chart axis font- See Also:
-
IsItalic
public bool IsItalic()Deprecated.As of version 8.3, replaced byFontFormat.IsItalic()Returns the italic setting of the chart axis font.- Returns:
- the italic setting of the chart axis font
- See Also:
-
setItalic
public void setItalic(bool isItalic) Deprecated.As of version 8.3, replaced byFontFormat.setItalic(bool)Sets the italic setting of the chart axis font.- Parameters:
isItalic- the italic style of the chart axis font- See Also:
-
setFontSettings
public void setFontSettings(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground) Deprecated.As of version 8.3, replaced byFontFormat.setFontSettings(String,int,bool,bool,Color)Sets the font settings.- Parameters:
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 color
-
getNumberFormat
public System.String getNumberFormat()Returns the chart axis number format. Possible values are available inFormatclass.- Returns:
- the chart axis number format
- See Also:
-
setNumberFormat
public void setNumberFormat(System.String numberFormat) Sets the chart axis number format. Possible values are available inFormatclass.- Parameters:
numberFormat- the chart axis number format- See Also:
-
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
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:
-
getRotationDegrees
public int getRotationDegrees()Deprecated.As of version 8.3, replaced byAlignmentFormat.getTextAngle()Returns the rotation degrees of the chart axis.- Returns:
- the rotation degrees of the chart axis
- See Also:
-
setRotationDegrees
public void setRotationDegrees(int rotationDegrees) Deprecated.As of version 8.3, replaced byAlignmentFormat.setTextDirectionHorizontal(System.String, int)Sets the rotation degrees of the chart axis.- Parameters:
rotationDegrees- the rotation degrees of the chart axis- See Also:
-
getMinimumValue
public double getMinimumValue()Returns the minimum value of the value Y axis scale. The property is applicable to axis based on chart type.- Returns:
- the minimum value of the value Y axis scale
- See Also:
-
setMinimumValue
public void setMinimumValue(double minimumValue) Sets the minimum value of the value Y axis scale. The property is applicable to axis based on chart type.- Parameters:
minimumValue- the minimum value of the value Y axis scale- See Also:
-
IsAutomaticMinimumValue
public bool IsAutomaticMinimumValue()Returns the automatic option of the minimum value of the value Y axis scale. The property is applicable to axis based on chart type.- Returns:
- true if the minimum value of the value Y axis scale is set automatically, false otherwise
- See Also:
-
setAutomaticMinimumValue
public void setAutomaticMinimumValue(bool isAutomatic) Sets the automatic option of the minimum value of the value Y axis scale. The property is applicable to axis based on chart type.- Parameters:
isAutomatic- the automatic option- See Also:
-
getMaximumValue
public double getMaximumValue()Returns the maximum value of the value Y axis scale. The property is applicable to axis based on chart type.- Returns:
- the maximum value of the value Y axis scale
- See Also:
-
setMaximumValue
public void setMaximumValue(double maximumValue) Sets the maximum value of the value Y axis scale. The property is applicable to axis based on chart type.- Parameters:
maximumValue- the maximum value of the value Y axis scale- See Also:
-
IsAutomaticMaximumValue
public bool IsAutomaticMaximumValue()Returns the automatic option of the maximum value of the value Y axis scale. The property is applicable to axis based on chart type.- Returns:
- true if the maximum value of the value Y axis scale is set automatically, false otherwise
- See Also:
-
setAutomaticMaximumValue
public void setAutomaticMaximumValue(bool isAutomatic) Sets the automatic option of the maximum value of the value Y axis scale. The property is applicable to axis based on chart type.- Parameters:
isAutomatic- the automatic option- See Also:
-
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
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:
-
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 automatically, false otherwise
- See Also:
-
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:
-
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
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:
-
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 automatically, false otherwise
- See Also:
-
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:
-
getCrossValue
public double getCrossValue()Returns the crosses value of the axis.- Returns:
- the crosses value of the axis
- See Also:
-
setCrossValue
public void setCrossValue(double crossValue) Sets the crosses value of the axis.- Parameters:
crossValue- the crosses value of the axis- See Also:
-
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 automatically, false otherwise
- See Also:
-
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:
-
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
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:
-
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
public void setReverseOrder(bool isReverseOrder) Sets the values in reverse order.- Parameters:
isReverseOrder- the reverse order option- See Also:
-
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
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:
-
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
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:
-
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
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:
-
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
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:
-
Clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-
FontFormat.getFont()