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
-
Method Summary
Modifier and TypeMethodDescriptionClone()
Creates and returns a copy of this object.Returns the chart axis title.double
Returns the crosses value of the axis.System.String
getFont()
Deprecated.int
Deprecated.As of version 8.3, replaced byFontFormat.getFontSize()
System.Drawing.Color
Deprecated.As of version 8.3, replaced byFontFormat.getForeground()
System.String
getLabel()
Deprecated.As of version 8.3, replaced bygetAxisTitle()
int
Returns the number of categories between tick-mark labels.System.Drawing.Color
Deprecated.As of version 8.3, replaced byLineColorFormat.getLineColor()
int
Deprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()
int
Deprecated.As of version 8.3, replaced byLineStyleFormat.getWidth()
int
Returns the type of the major tick mark.double
Returns the major unit of the value Y axis scale.double
Returns the maximum value of the value Y axis scale.double
Returns the minimum value of the value Y axis scale.int
Returns the type of the minor tick mark.double
Returns the minor unit of the value Y axis scale.System.String
Returns the chart axis number format.int
Deprecated.As of version 8.3, replaced byAlignmentFormat.getTextAngle()
int
Returns the label of the tick mark.int
Returns the number of categories between tick marks.int
Deprecated.As of version 8.3, replaced byFontFormat.getUnderlineStyle()
bool
Returns the automatic option of the crosses value of the category X axis.bool
Returns the automatic option of the major unit of the value Y axis scale.bool
Returns the automatic option of the maximum value of the value Y axis scale.bool
Returns the automatic option of the minimum value of the value Y axis scale.bool
Returns the automatic option of the minor unit of the value Y axis scale.bool
IsBold()
Deprecated.As of version 8.3, replaced byFontFormat.IsBold()
bool
Returns true if the value Y axis crosses between categories, false otherwise.bool
IsItalic()
Deprecated.As of version 8.3, replaced byFontFormat.IsItalic()
bool
Returns true if the logarithmic scale is applied, false otherwise The property is applicable only to value Y axis.bool
Returns true if the axis crosses at maximum value, false otherwise.bool
Returns true, if the number format of the labels is the same as the number format of the data source, false otherwise.bool
Returns true if the values are in reverse order, false otherwisebool
Deprecated.As of version 8.3, replaced byFontFormat.IsStrikethrough()
bool
Deprecated.As of version 8.3, replaced byFontFormat.IsSubscript()
bool
Deprecated.As of version 8.3, replaced byFontFormat.IsSuperscript()
bool
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
setAxisTitle(ExcelTitle xlsTitle)
Sets the chart axis title.void
setBold(bool isBold)
Deprecated.As of version 8.3, replaced byFontFormat.setBold(bool)
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)
Deprecated.As of version 8.3, replaced byFontFormat.setFont(System.String)
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)
void
setFontSize(int fontSize)
Deprecated.As of version 8.3, replaced byFontFormat.setFontSize(float)
void
setForeground(System.Drawing.Color foreground)
Deprecated.As of version 8.3, replaced byFontFormat.setForeground(Color)
void
setItalic(bool isItalic)
Deprecated.As of version 8.3, replaced byFontFormat.setItalic(bool)
void
setLabel(System.String label)
Deprecated.As of version 8.3, replaced byExcelTitle.setText(System.String)
void
setLabelFrequency(int labelFrequency)
Sets the number of categories between tick-mark labels.void
setLineColor(System.Drawing.Color lineColor)
Deprecated.As of version 8.3, replaced byLineColorFormat.setLineColor(Color)
void
setLineStyle(int lineStyle)
Deprecated.As of version 8.3, replaced byLineStyleFormat.setDashType(System.String)
void
setLineWeight(int axisWeight)
Deprecated.As of version 8.3, replaced byLineStyleFormat.setWidth(float)
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
setReverseOrder(bool isReverseOrder)
Sets the values in reverse order.void
setRotationDegrees(int rotationDegrees)
Deprecated.As of version 8.3, replaced byAlignmentFormat.setTextDirectionHorizontal(System.String, int)
void
setStrikethrough(bool isStrikethrough)
Deprecated.As of version 8.3, replaced byFontFormat.setStrikethrough(bool)
void
setSubscript(bool isSubscript)
Deprecated.As of version 8.3, replaced byFontFormat.setSubscript(bool)
void
setSuperscript(bool isSuperscript)
Deprecated.As of version 8.3, replaced byFontFormat.setSuperscript(bool)
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)
Deprecated.As of version 8.3, replaced byFontFormat.setUnderlineSettings(String,bool)
void
setVisible(bool isVisible)
Sets the visible setting of the chart axis.Methods inherited from class EasyXLS.Drawings.AlignDrawingObject
getAlignmentFormat, setAlignmentFormat
Methods inherited from class EasyXLS.Drawings.FontDrawingObject
getFontFormat, setFontFormat
Methods inherited from class EasyXLS.Drawings.EffectDrawingObject
get3DFormat, set3DFormat
Methods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormat
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormat
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
Methods 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()
-
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:
setLabel(System.String)
-
setAxisTitle
Sets the chart axis title.- Parameters:
xlsTitle
- the chart axis title- See Also:
getAxisTitle()
-
getAxisTitle
Returns the chart axis title.- Returns:
- the chart axis title
- See Also:
setAxisTitle(EasyXLS.Charts.ExcelTitle)
-
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()Deprecated.As of version 8.3, replaced byLineStyleFormat.getDashType()
Returns the line style of the chart axis. Possible values are available inChart
class.- Returns:
- the line style of the chart axis
- See Also:
setLineStyle(int)
-
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 inChart
class.- Parameters:
lineStyle
- the line style of the chart axis- See Also:
getLineStyle()
-
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 inChart
class.- Returns:
- the line weight of the chart axis
- See Also:
setLineWeight(int)
-
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 inChart
class.- Parameters:
axisWeight
- the line weight of the chart axis- See Also:
getLineWeight()
-
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(Color)
-
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:
getLineColor()
-
getMajorTickMarkType
public int getMajorTickMarkType()Returns the type of the major tick mark. Possible values are available inChart
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 inChart
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 inChart
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 inChart
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 inChart
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 inChart
class.- Parameters:
tickMarkLabel
- the label of the tick mark- See Also:
getTickMarkLabel()
-
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(Color)
-
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:
getForeground()
-
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(bool)
-
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:
IsStrikethrough()
-
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(bool)
-
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:
IsSuperscript()
-
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(bool)
-
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:
IsSubscript()
-
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 inFontSettings
class.- Returns:
- the underline style of the chart axis
- See Also:
setUnderlineStyle(int)
-
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 inFontSettings
class.- Parameters:
underlineStyle
- the underline style of the chart axis- See Also:
getUnderlineStyle()
-
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(int)
-
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:
getFontSize()
-
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(System.String)
-
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:
getFont()
-
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(bool)
-
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:
IsBold()
-
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(bool)
-
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:
IsItalic()
-
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 inFormat
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 inFormat
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()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(int)
-
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:
getRotationDegrees()
-
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(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 to axis based on chart type.- 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 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(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 to axis based on chart type.- Parameters:
isAutomatic
- the automatic option- See Also:
IsAutomaticMinimumValue()
,setMinimumValue(double)
,getMinimumValue()
-
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(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 to axis based on chart type.- 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 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(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 to axis based on chart type.- 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 automatically, 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 automatically, 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 automatically, 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
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-
FontFormat.getFont()