|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartAxis
public class XlsChartAxis
| Constructor Summary | |
|---|---|
XlsChartAxis(java.lang.Object parent,
boolean isPrimary)
|
|
| Method Summary | |
|---|---|
XlsChartAxis |
deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
Clone current object. |
AxisTextDirectionType |
getAlignment()
Represents alignment for the tick label. |
boolean |
getAutoTickLabelSpacing()
|
boolean |
getAutoTickMarkSpacing()
|
int |
getAxisId()
Gets axis id. |
AxisType |
getAxisType()
Type of the axis. |
ChartBorder |
getBorder()
Represents chart border. |
IFormat3D |
getChart3DOptions()
Gets the chart3 D options. |
IFormat3D |
getChart3DProperties()
Gets the chart3 D properties. |
boolean |
getDeleted()
Gets or sets value indicating whether axis was deleted. |
IFont |
getFont()
Returns font used for axis text displaying. |
IChartFrameFormat |
getFrameFormat()
Return frame format of Axis. |
boolean |
getHas3dProperties()
This property Indicates whether the Shadow object has been created(which includes the 3D properties) |
IChartGridLine |
getMajorGridLines()
Returns major gridLines. |
TickMarkType |
getMajorTickMark()
Represents major tick marks. |
IChartGridLine |
getMinorGridLines()
Returns minor gridLines. |
TickMarkType |
getMinorTickMark()
Represents minor tick marks. |
boolean |
getMultiLevelLable()
Axis is show Multi-level category lables. |
java.lang.String |
getNumberFormat()
Gets or sets number format string. |
int |
getNumberFormatIndex()
Gets or sets format index. |
ChartShadow |
getShadow()
Represents the Shadow.Read-only |
IShadow |
getShadowProperties()
Represents Shadow Propertes.Read-Only |
int |
getTextRotationAngle()
Text rotation angle. |
TickLabelPositionType |
getTickLabelPosition()
Represents tick label position. |
java.lang.String |
getTitle()
Title of the axis. |
IChartTextArea |
getTitleArea()
Returns text area for the axis title. |
boolean |
getVisible()
Indicates is axis is visible. |
boolean |
hasAxisTitle()
Indicates wheather the axis has title |
boolean |
hasMajorGridLines()
True if the axis has major gridlines. |
void |
hasMajorGridLines(boolean hasMajorGridLines)
Sets true if the axis has major gridlines. |
boolean |
hasMinorGridLines()
True if the axis has minor gridlines. |
void |
hasMinorGridLines(boolean value)
True if the axis has minor gridlines. |
boolean |
isAutoTextRotation()
Returns text area for the axis title. |
boolean |
isPrimary()
True if this is primary axis. |
boolean |
isReversed()
True if plots data points from last to first. |
void |
isReversed(boolean value)
True if plots data points from last to first. |
boolean |
isSourceLinked()
|
void |
isSourceLinked(boolean isSourceLinked)
|
void |
setAlignment(AxisTextDirectionType value)
Represents alignment for the tick label. |
void |
setAutoTickLabelSpacing(boolean value)
|
void |
setAutoTickMarkSpacing(boolean value)
|
void |
setAxisId(int value)
Sets axis id. |
void |
setAxisType(AxisType value)
Type of the axis. |
void |
setDeleted(boolean value)
Gets or sets value indicating whether axis was deleted. |
void |
setMajorTickMark(TickMarkType majorTickMark)
Sets major tick marks. |
void |
setMinorTickMark(TickMarkType value)
Sets minor tick marks. |
void |
setMultiLevelLable(boolean value)
Axis is show Multi-level category lables. |
void |
setNumberFormat(java.lang.String numberFormat)
Sets number format string. |
void |
setNumberFormatIndex(int value)
Gets or sets format index. |
void |
setTextRotationAngle(int value)
Text rotation angle. |
void |
setTickLabelPosition(TickLabelPositionType tickLabelPosition)
Sets tick label position. |
void |
setTitle(java.lang.String title)
Sets title of the axis. |
void |
setVisible(boolean value)
Indicates is axis is visible. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartAxis(java.lang.Object parent,
boolean isPrimary)
| Method Detail |
|---|
public AxisType getAxisType()
getAxisType in interface IChartAxispublic void setAxisType(AxisType value)
public boolean isPrimary()
public java.lang.String getTitle()
getTitle in interface IChartAxispublic void setTitle(java.lang.String title)
setTitle in interface IChartAxispublic int getTextRotationAngle()
IChartAxis
getTextRotationAngle in interface IChartAxispublic void setTextRotationAngle(int value)
IChartAxis
setTextRotationAngle in interface IChartAxispublic boolean isAutoTextRotation()
public IChartTextArea getTitleArea()
getTitleArea in interface IChartAxispublic IFont getFont()
getFont in interface IChartAxispublic IChartFrameFormat getFrameFormat()
public boolean getHas3dProperties()
public boolean hasAxisTitle()
public IChartGridLine getMajorGridLines()
getMajorGridLines in interface IChartAxispublic IChartGridLine getMinorGridLines()
getMinorGridLines in interface IChartAxispublic boolean hasMinorGridLines()
hasMinorGridLines in interface IChartAxispublic void hasMinorGridLines(boolean value)
hasMinorGridLines in interface IChartAxispublic boolean hasMajorGridLines()
hasMajorGridLines in interface IChartAxispublic void hasMajorGridLines(boolean hasMajorGridLines)
hasMajorGridLines in interface IChartAxispublic int getNumberFormatIndex()
public void setNumberFormatIndex(int value)
public java.lang.String getNumberFormat()
getNumberFormat in interface IChartAxispublic void setNumberFormat(java.lang.String numberFormat)
setNumberFormat in interface IChartAxispublic TickMarkType getMinorTickMark()
getMinorTickMark in interface IChartAxispublic void setMinorTickMark(TickMarkType value)
setMinorTickMark in interface IChartAxispublic TickMarkType getMajorTickMark()
getMajorTickMark in interface IChartAxispublic void setMajorTickMark(TickMarkType majorTickMark)
setMajorTickMark in interface IChartAxispublic ChartBorder getBorder()
getBorder in interface IChartAxispublic TickLabelPositionType getTickLabelPosition()
getTickLabelPosition in interface IChartAxispublic void setTickLabelPosition(TickLabelPositionType tickLabelPosition)
setTickLabelPosition in interface IChartAxispublic boolean getMultiLevelLable()
public void setMultiLevelLable(boolean value)
public boolean getVisible()
getVisible in interface IChartAxispublic void setVisible(boolean value)
setVisible in interface IChartAxispublic AxisTextDirectionType getAlignment()
getAlignment in interface IChartAxispublic void setAlignment(AxisTextDirectionType value)
setAlignment in interface IChartAxispublic boolean isReversed()
public void isReversed(boolean value)
public int getAxisId()
public void setAxisId(int value)
public IFormat3D getChart3DOptions()
getChart3DOptions in interface IChartAxispublic IFormat3D getChart3DProperties()
public boolean getDeleted()
public void setDeleted(boolean value)
public ChartShadow getShadow()
getShadow in interface IChartAxispublic IShadow getShadowProperties()
public boolean getAutoTickLabelSpacing()
public void setAutoTickLabelSpacing(boolean value)
public boolean getAutoTickMarkSpacing()
public void setAutoTickMarkSpacing(boolean value)
public boolean isSourceLinked()
public void isSourceLinked(boolean isSourceLinked)
public XlsChartAxis deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
parent - Parent object.dicFontIndexes - Dictionary with new indexes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||