|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartAxis
Represents a chart axis.
Method Summary | |
---|---|
void |
dispose()
Dispose object and free resources. |
AxisType |
getAxisType()
Gets CategoryAxis Type. |
ChartBaseUnitType |
getBaseUnitScale()
Represents the base unit scale for the category axis. |
ChartCrossesType |
getChartCrossType()
Represents the CrossType on the specified axis where the other axis crosses. |
IChartEffectFormat |
getChartEffectFormat()
Represents format of axis |
float |
getCrossAt()
Represents the point on the value axis where the category axis crosses it. |
int |
getCrossBetweenType()
Gets CrossBetweenType |
ChartDisplayUnitType |
getDisplayUnit()
Returns or sets the unit label for the specified axis. |
int |
getLogScale()
Gets or sets the logarithmic base. |
IChartGridLine |
getMajorGridTextLines()
Represents major gridlines on a chart axis. |
TickMarkType |
getMajorTickMark()
Represents major tick marks. |
float |
getMajorUnit()
Represents the major units for the axis. |
ChartBaseUnitType |
getMajorUnitScale()
Represents the major unit scale for the category axis. |
float |
getMaxValue()
Maximum value on axis. |
IChartGridLine |
getMinorGridLines()
Represents minor gridlines on a chart axis. |
TickMarkType |
getMinorTickMark()
Represents the type of minor tick mark for the specified axis. |
float |
getMinorUnit()
Value of minor increment. |
ChartBaseUnitType |
getMinorUnitScale()
Represents the major unit scale for the category axis. |
float |
getMinValue()
Represents the minimum value on the value axis. |
java.lang.String |
getNumberFormat()
Gets or sets number format string. |
java.lang.Object |
getParent()
Reference to Parent object. |
AxisPositionType |
getPosition()
Represents position of axis |
ITextFrameProperties |
getTextProperties()
Represent text properties of axis |
float |
getTextRotationAngle()
Text rotation angle. |
TickLabelPositionType |
getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis. |
long |
getTickLabelSpacing()
Represents the number of categories or series between tick-mark labels. |
ChartTextArea |
getTitle()
Gets the axis' title. |
boolean |
hasDataSource()
Indicates whether the format is linked source data. |
void |
hasDataSource(boolean value)
Sets whether the format is linked source data. |
boolean |
hasMultiLvlLbl()
Get hasMultiLvlLbl. |
void |
hasMultiLvlLbl(boolean hasMultiLvlLbl)
set hasMultiLvlLbl. |
boolean |
hasTitle()
Indicates whether a axis has a visible title. |
void |
hasTitle(boolean value)
Sets whether a axis has a visible title. |
boolean |
isAutoMajor()
Automatic major selected. |
void |
isAutoMajor(boolean value)
Set Automatic major selected. |
boolean |
isAutomaticTickLabelSpacing()
Represents the number of categories or series between tick-mark labels. |
void |
isAutomaticTickLabelSpacing(boolean value)
Sets the number of categories or series between tick-mark labels. |
boolean |
isAutoMax()
Automatic maximum selected. |
void |
isAutoMax(boolean value)
Set Automatic maximum selected. |
boolean |
isAutoMin()
Automatic minimum selected. |
void |
isAutoMin(boolean value)
Set Automatic minimum selected. |
boolean |
isAutoMinor()
Indicates whether the minor unit of the axis is automatically assigned. |
void |
isAutoMinor(boolean value)
Set whether the minor unit of the axis is automatically assigned. |
boolean |
isCrossCategories()
Indicates that the value axis crosses the category axis between categorie |
void |
isCrossCategories(boolean value)
Set that the value axis crosses the category axis between categorie |
boolean |
isLogScale()
Logarithmic scale. |
void |
isLogScale(boolean value)
Set Logarithmic scale. |
boolean |
isMergeSameLabel()
Get isMergeSameLabel |
void |
isMergeSameLabel(boolean mergeSameLabel)
Set isMergeSameLabel |
boolean |
isReversed()
Gets or set plots data points from last to first. |
void |
isReversed(boolean value)
Gets or set plots data points from last to first. |
boolean |
isVisible()
Gets or sets if the axis is visible. |
void |
isVisible(boolean value)
Gets or sets if the axis is visible. |
void |
setAxisType(AxisType value)
sets CategoryAxis Type. |
void |
setBaseUnitScale(ChartBaseUnitType value)
Set the base unit scale for the category axis. |
void |
setChartCrossType(ChartCrossesType value)
Sets the CrossType on the specified axis where the other axis crosses. |
void |
setCrossAt(float value)
Set the point on the value axis where the category axis crosses it. |
void |
setCrossBetweenType(int value)
Sets CrossBetweenType |
void |
setDisplayUnit(ChartDisplayUnitType value)
Returns or sets the unit label for the specified axis. |
void |
setLogScale(int value)
Gets or sets the logarithmic base. |
void |
setMajorTickMark(TickMarkType value)
Set major tick marks. |
void |
setMajorUnit(float value)
Set the major units for the axis. |
void |
setMajorUnitScale(ChartBaseUnitType value)
Set the major unit scale for the category axis. |
void |
setMaxValue(float value)
Set Maximum value on axis. |
void |
setMinorTickMark(TickMarkType value)
Set the type of minor tick mark for the specified axis. |
void |
setMinorUnit(float value)
Set Value of minor increment. |
void |
setMinorUnitScale(ChartBaseUnitType value)
Set the major unit scale for the category axis. |
void |
setMinValue(float value)
Set the minimum value on the value axis. |
void |
setNumberFormat(java.lang.String value)
Gets or sets number format string. |
void |
setPosition(AxisPositionType value)
|
void |
setTextRotationAngle(float value)
Sets Text rotation angle. |
void |
setTickLabelPosition(TickLabelPositionType value)
Set the position of tick-mark labels on the specified axis. |
void |
setTickLabelSpacing(long value)
Sets the number of categories or series between tick-mark labels. |
Method Detail |
---|
boolean isCrossCategories()
void isCrossCategories(boolean value)
value
- float getCrossAt()
void setCrossAt(float value)
value
- ChartDisplayUnitType getDisplayUnit()
void setDisplayUnit(ChartDisplayUnitType value)
value
- boolean isAutoMax()
void isAutoMax(boolean value)
value
- float getMaxValue()
void setMaxValue(float value)
value
- float getMinorUnit()
void setMinorUnit(float value)
value
- boolean isAutoMinor()
void isAutoMinor(boolean value)
value
- float getMajorUnit()
void setMajorUnit(float value)
value
- boolean isAutoMajor()
void isAutoMajor(boolean value)
value
- boolean isAutoMin()
void isAutoMin(boolean value)
value
- float getMinValue()
void setMinValue(float value)
value
- boolean isLogScale()
void isLogScale(boolean value)
value
- int getLogScale()
void setLogScale(int value)
value
- boolean isReversed()
void isReversed(boolean value)
value
- boolean isVisible()
void isVisible(boolean value)
value
- TickMarkType getMajorTickMark()
void setMajorTickMark(TickMarkType value)
value
- TickMarkType getMinorTickMark()
void setMinorTickMark(TickMarkType value)
value
- TickLabelPositionType getTickLabelPosition()
void setTickLabelPosition(TickLabelPositionType value)
value
- ChartBaseUnitType getMajorUnitScale()
void setMajorUnitScale(ChartBaseUnitType value)
value
- ChartBaseUnitType getMinorUnitScale()
void setMinorUnitScale(ChartBaseUnitType value)
value
- ChartBaseUnitType getBaseUnitScale()
void setBaseUnitScale(ChartBaseUnitType value)
value
- IChartGridLine getMinorGridLines()
IChartGridLine getMajorGridTextLines()
IChartEffectFormat getChartEffectFormat()
ITextFrameProperties getTextProperties()
ChartTextArea getTitle()
ChartCrossesType getChartCrossType()
void setChartCrossType(ChartCrossesType value)
value
- AxisPositionType getPosition()
void setPosition(AxisPositionType value)
boolean hasTitle()
void hasTitle(boolean value)
value
- java.lang.String getNumberFormat()
void setNumberFormat(java.lang.String value)
value
- boolean hasDataSource()
void hasDataSource(boolean value)
value
- float getTextRotationAngle()
void setTextRotationAngle(float value)
value
- long getTickLabelSpacing()
void setTickLabelSpacing(long value)
value
- java.lang.Object getParent()
void dispose()
boolean isAutomaticTickLabelSpacing()
void isAutomaticTickLabelSpacing(boolean value)
value
- int getCrossBetweenType()
void setCrossBetweenType(int value)
value
- void setAxisType(AxisType value)
AxisType getAxisType()
boolean isMergeSameLabel()
void isMergeSameLabel(boolean mergeSameLabel)
mergeSameLabel
- boolean hasMultiLvlLbl()
void hasMultiLvlLbl(boolean hasMultiLvlLbl)
hasMultiLvlLbl
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |