public class Axis extends java.lang.Object implements IAxis
Encapsulates the object that represents a chart's axis.
Modifier and Type | Method and Description |
---|---|
double |
getActualMajorUnit()
Specifies actual major unit of the axis.
|
int |
getActualMajorUnitScale()
Specifies actual major unit scale of the axis.
|
double |
getActualMaxValue()
Specifies actual maximum value on the axis.
|
double |
getActualMinorUnit()
Specifies actual minor unit of the axis.
|
int |
getActualMinorUnitScale()
Specifies actual minor unit scale of the axis.
|
double |
getActualMinValue()
Specifies actual minimum value on the axis.
|
int |
getAggregationType()
Represents aggregation type of category axis (binning).
|
boolean |
getAxisBetweenCategories()
Represents if the value axis crosses the category axis between categories.
|
int |
getBaseUnitScale()
Specifies the smallest time unit that is represented on the date axis.
|
double |
getBinWidth()
Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth.
|
int |
getCategoryAxisType()
Specifies the type of the category axis.
|
IChart |
getChart()
Returns the parent chart.
|
float |
getCrossAt()
Represents the point on the axis where the perpendicular axis crosses it.
|
int |
getCrossType()
Represents the CrossType on the specified axis where the other axis crosses.
|
int |
getDisplayUnit()
Specifies the scaling value of the display units for the value axis.
|
IAxisFormat |
getFormat()
Represents format of axis.
|
int |
getLabelOffset()
Specifies the distance of labels from the axis.
|
double |
getLogBase()
Represents the logarithmic base.
|
IChartLinesFormat |
getMajorGridLinesFormat()
Represents major gridlines format on a chart axis.
|
int |
getMajorTickMark()
Represents the type of major tick mark for the specified axis.
|
double |
getMajorUnit()
Represents the major units for the date or value axis.
|
int |
getMajorUnitScale()
Represents the major unit scale for the date axis.
|
double |
getMaxValue()
Represents the maximum value on the value axis.
|
IChartLinesFormat |
getMinorGridLinesFormat()
Represents minor gridlines format on a chart axis.
|
int |
getMinorTickMark()
Represents the type of minor tick mark for the specified axis.
|
double |
getMinorUnit()
Represents the minor units for the date or value axis.
|
int |
getMinorUnitScale()
Represents the major unit scale for the date axis.
|
double |
getMinValue()
Represents the minimum value on the value axis.
|
java.lang.String |
getNumberFormat()
Represents the format string for the Axis Labels.
|
long |
getNumberOfBins()
Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins.
|
double |
getOverflowBin()
Specifies overflow bin custom value.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
int |
getPosition()
Represents position of axis.
|
IPresentation |
getPresentation()
Returns the parent presentation of a FillFormat.
|
boolean |
getShowMajorGridLines()
To hide major gridline set MajorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
|
boolean |
getShowMinorGridLines()
To hide minor gridline set MinorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
|
IBaseSlide |
getSlide()
Returns the parent slide of a FillFormat.
|
IChartTextFormat |
getTextFormat()
Represents format of text.
|
int |
getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis.
|
float |
getTickLabelRotationAngle()
Represents the rotation angle of tick labels.
|
long |
getTickLabelSpacing()
Specifies how many tick labels to skip between label that is drawn.
|
long |
getTickMarksSpacing()
Specifies how many tick marks shall be skipped before the next one shall be
drawn.
|
IChartTitle |
getTitle()
Gets the axis' title.
|
double |
getUnderflowBin()
Specifies underflow bin custom value.
|
boolean |
hasTitle()
Determines whether a axis has a visible title.
|
boolean |
isAutomaticMajorUnit()
Indicates whether the major unit of the axis is automatically assigned.
|
boolean |
isAutomaticMaxValue()
Indicates whether the max value is automatically assigned.
|
boolean |
isAutomaticMinorUnit()
Indicates whether the minor unit of the axis is automatically assigned.
|
boolean |
isAutomaticMinValue()
Indicates whether the min value is automatically assigned.
|
boolean |
isAutomaticOverflowBin()
Specifies automatic overflow bin value.
|
boolean |
isAutomaticTickLabelSpacing()
Specifies automatic tick label spacing value.
|
boolean |
isAutomaticTickMarksSpacing()
Specifies automatic tick marks spacing value.
|
boolean |
isAutomaticUnderflowBin()
Specifies automatic underflow bin value.
|
boolean |
isLogarithmic()
Represents if the value axis scale type is logarithmic or not.
|
boolean |
isNumberFormatLinkedToSource()
Indicates whether the format is linked source data.
|
boolean |
isOverflowBin()
Specifies if overflow bin applied.
|
boolean |
isPlotOrderReversed()
Represents if MS PowerPoint plots data points from last to first.
|
boolean |
isUnderflowBin()
Specifies if underflow bin applied.
|
boolean |
isVisible()
Represents if the axis is visible.
|
void |
setAggregationType(int value)
Represents aggregation type of category axis (binning).
|
void |
setAutomaticMajorUnit(boolean value)
Indicates whether the major unit of the axis is automatically assigned.
|
void |
setAutomaticMaxValue(boolean value)
Indicates whether the max value is automatically assigned.
|
void |
setAutomaticMinorUnit(boolean value)
Indicates whether the minor unit of the axis is automatically assigned.
|
void |
setAutomaticMinValue(boolean value)
Indicates whether the min value is automatically assigned.
|
void |
setAutomaticOverflowBin(boolean value)
Specifies automatic overflow bin value.
|
void |
setAutomaticTickLabelSpacing(boolean value)
Specifies automatic tick label spacing value.
|
void |
setAutomaticTickMarksSpacing(boolean value)
Specifies automatic tick marks spacing value.
|
void |
setAutomaticUnderflowBin(boolean value)
Specifies automatic underflow bin value.
|
void |
setAxisBetweenCategories(boolean value)
Represents if the value axis crosses the category axis between categories.
|
void |
setBaseUnitScale(int value)
Specifies the smallest time unit that is represented on the date axis.
|
void |
setBinWidth(double value)
Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth.
|
void |
setCategoryAxisType(int value)
Specifies the type of the category axis.
|
void |
setCategoryAxisTypeAutomatically()
Sets IAxis.CategoryAxisType property with a value that is automatically determined based on axis data.
|
void |
setCrossAt(float value)
Represents the point on the axis where the perpendicular axis crosses it.
|
void |
setCrossType(int value)
Represents the CrossType on the specified axis where the other axis crosses.
|
void |
setDisplayUnit(int value)
Specifies the scaling value of the display units for the value axis.
|
void |
setLabelOffset(int value)
Specifies the distance of labels from the axis.
|
void |
setLogarithmic(boolean value)
Represents if the value axis scale type is logarithmic or not.
|
void |
setLogBase(double value)
Represents the logarithmic base.
|
void |
setMajorTickMark(int value)
Represents the type of major tick mark for the specified axis.
|
void |
setMajorUnit(double value)
Represents the major units for the date or value axis.
|
void |
setMajorUnitScale(int value)
Represents the major unit scale for the date axis.
|
void |
setMaxValue(double value)
Represents the maximum value on the value axis.
|
void |
setMinorTickMark(int value)
Represents the type of minor tick mark for the specified axis.
|
void |
setMinorUnit(double value)
Represents the minor units for the date or value axis.
|
void |
setMinorUnitScale(int value)
Represents the major unit scale for the date axis.
|
void |
setMinValue(double value)
Represents the minimum value on the value axis.
|
void |
setNumberFormat(java.lang.String value)
Represents the format string for the Axis Labels.
|
void |
setNumberFormatLinkedToSource(boolean value)
Indicates whether the format is linked source data.
|
void |
setNumberOfBins(long value)
Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins.
|
void |
setOverflowBin(boolean value)
Specifies if overflow bin applied.
|
void |
setOverflowBin(double value)
Specifies overflow bin custom value.
|
void |
setPlotOrderReversed(boolean value)
Represents if MS PowerPoint plots data points from last to first.
|
void |
setPosition(int value)
Represents position of axis.
|
void |
setTickLabelPosition(int value)
Represents the position of tick-mark labels on the specified axis.
|
void |
setTickLabelRotationAngle(float value)
Represents the rotation angle of tick labels.
|
void |
setTickLabelSpacing(long value)
Specifies how many tick labels to skip between label that is drawn.
|
void |
setTickMarksSpacing(long value)
Specifies how many tick marks shall be skipped before the next one shall be
drawn.
|
void |
setTitle(boolean value)
Determines whether a axis has a visible title.
|
void |
setUnderflowBin(boolean value)
Specifies if underflow bin applied.
|
void |
setUnderflowBin(double value)
Specifies underflow bin custom value.
|
void |
setVisible(boolean value)
Represents if the axis is visible.
|
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
public final boolean getAxisBetweenCategories()
Represents if the value axis crosses the category axis between categories.
This property applies only to category axes, and it doesn't apply to 3-D charts.
Read/write boolean
.
getAxisBetweenCategories
in interface IAxis
public final void setAxisBetweenCategories(boolean value)
Represents if the value axis crosses the category axis between categories.
This property applies only to category axes, and it doesn't apply to 3-D charts.
Read/write boolean
.
setAxisBetweenCategories
in interface IAxis
public final int getCategoryAxisType()
Specifies the type of the category axis.
Read/write CategoryAxisType
.
getCategoryAxisType
in interface IAxis
public final void setCategoryAxisType(int value)
Specifies the type of the category axis.
Read/write CategoryAxisType
.
setCategoryAxisType
in interface IAxis
public final void setCategoryAxisTypeAutomatically()
Sets IAxis.CategoryAxisType property with a value that is automatically determined based on axis data.
setCategoryAxisTypeAutomatically
in interface IAxis
public final float getCrossAt()
Represents the point on the axis where the perpendicular axis crosses it.
Read/write float
.
getCrossAt
in interface IAxis
public final void setCrossAt(float value)
Represents the point on the axis where the perpendicular axis crosses it.
Read/write float
.
setCrossAt
in interface IAxis
public final int getDisplayUnit()
Specifies the scaling value of the display units for the value axis.
Read/write DisplayUnitType
.
getDisplayUnit
in interface IAxis
public final void setDisplayUnit(int value)
Specifies the scaling value of the display units for the value axis.
Read/write DisplayUnitType
.
setDisplayUnit
in interface IAxis
public final double getActualMaxValue()
Specifies actual maximum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMaxValue
in interface IAxis
public final double getActualMinValue()
Specifies actual minimum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinValue
in interface IAxis
public final double getActualMajorUnit()
Specifies actual major unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMajorUnit
in interface IAxis
public final double getActualMinorUnit()
Specifies actual minor unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinorUnit
in interface IAxis
public final int getActualMajorUnitScale()
Specifies actual major unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMajorUnitScale
in interface IAxis
public final int getActualMinorUnitScale()
Specifies actual minor unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinorUnitScale
in interface IAxis
public final boolean isAutomaticMaxValue()
Indicates whether the max value is automatically assigned.
Read/write boolean
.
isAutomaticMaxValue
in interface IAxis
public final void setAutomaticMaxValue(boolean value)
Indicates whether the max value is automatically assigned.
Read/write boolean
.
setAutomaticMaxValue
in interface IAxis
public final double getMaxValue()
Represents the maximum value on the value axis.
Read/write double
.
getMaxValue
in interface IAxis
public final void setMaxValue(double value)
Represents the maximum value on the value axis.
Read/write double
.
setMaxValue
in interface IAxis
public final double getMinorUnit()
Represents the minor units for the date or value axis.
Read/write double
.
getMinorUnit
in interface IAxis
public final void setMinorUnit(double value)
Represents the minor units for the date or value axis.
Read/write double
.
setMinorUnit
in interface IAxis
public final boolean isAutomaticMinorUnit()
Indicates whether the minor unit of the axis is automatically assigned.
Read/write boolean
.
isAutomaticMinorUnit
in interface IAxis
public final void setAutomaticMinorUnit(boolean value)
Indicates whether the minor unit of the axis is automatically assigned.
Read/write boolean
.
setAutomaticMinorUnit
in interface IAxis
public final double getMajorUnit()
Represents the major units for the date or value axis.
Read/write double
.
getMajorUnit
in interface IAxis
public final void setMajorUnit(double value)
Represents the major units for the date or value axis.
Read/write double
.
setMajorUnit
in interface IAxis
public final boolean isAutomaticMajorUnit()
Indicates whether the major unit of the axis is automatically assigned.
Read/write boolean
.
isAutomaticMajorUnit
in interface IAxis
public final void setAutomaticMajorUnit(boolean value)
Indicates whether the major unit of the axis is automatically assigned.
Read/write boolean
.
setAutomaticMajorUnit
in interface IAxis
public final boolean isAutomaticMinValue()
Indicates whether the min value is automatically assigned.
Read/write boolean
.
isAutomaticMinValue
in interface IAxis
public final void setAutomaticMinValue(boolean value)
Indicates whether the min value is automatically assigned.
Read/write boolean
.
setAutomaticMinValue
in interface IAxis
public final double getMinValue()
Represents the minimum value on the value axis.
Read/write double
.
getMinValue
in interface IAxis
public final void setMinValue(double value)
Represents the minimum value on the value axis.
Read/write double
.
setMinValue
in interface IAxis
public final boolean isLogarithmic()
Represents if the value axis scale type is logarithmic or not.
Read/write boolean
.
isLogarithmic
in interface IAxis
public final void setLogarithmic(boolean value)
Represents if the value axis scale type is logarithmic or not.
Read/write boolean
.
setLogarithmic
in interface IAxis
public final double getLogBase()
Represents the logarithmic base. Default value is 10.
Read/write double
.
getLogBase
in interface IAxis
public final void setLogBase(double value)
Represents the logarithmic base. Default value is 10.
Read/write double
.
setLogBase
in interface IAxis
public final boolean isPlotOrderReversed()
Represents if MS PowerPoint plots data points from last to first.
Read/write boolean
.
isPlotOrderReversed
in interface IAxis
public final void setPlotOrderReversed(boolean value)
Represents if MS PowerPoint plots data points from last to first.
Read/write boolean
.
setPlotOrderReversed
in interface IAxis
public final boolean isVisible()
Represents if the axis is visible.
Read/write boolean
.
public final void setVisible(boolean value)
Represents if the axis is visible.
Read/write boolean
.
setVisible
in interface IAxis
public final int getMajorTickMark()
Represents the type of major tick mark for the specified axis.
Read/write TickMarkType
.
getMajorTickMark
in interface IAxis
public final void setMajorTickMark(int value)
Represents the type of major tick mark for the specified axis.
Read/write TickMarkType
.
setMajorTickMark
in interface IAxis
public final int getMinorTickMark()
Represents the type of minor tick mark for the specified axis.
Read/write TickMarkType
.
getMinorTickMark
in interface IAxis
public final void setMinorTickMark(int value)
Represents the type of minor tick mark for the specified axis.
Read/write TickMarkType
.
setMinorTickMark
in interface IAxis
public final int getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis.
Read/write TickLabelPositionType
.
getTickLabelPosition
in interface IAxis
public final void setTickLabelPosition(int value)
Represents the position of tick-mark labels on the specified axis.
Read/write TickLabelPositionType
.
setTickLabelPosition
in interface IAxis
public final int getMajorUnitScale()
Represents the major unit scale for the date axis.
Read/write TimeUnitType
.
getMajorUnitScale
in interface IAxis
public final void setMajorUnitScale(int value)
Represents the major unit scale for the date axis.
Read/write TimeUnitType
.
setMajorUnitScale
in interface IAxis
public final int getMinorUnitScale()
Represents the major unit scale for the date axis.
Read/write TimeUnitType
.
getMinorUnitScale
in interface IAxis
public final void setMinorUnitScale(int value)
Represents the major unit scale for the date axis.
Read/write TimeUnitType
.
setMinorUnitScale
in interface IAxis
public final int getBaseUnitScale()
Specifies the smallest time unit that is represented on the date axis.
Read/write TimeUnitType
.
getBaseUnitScale
in interface IAxis
public final void setBaseUnitScale(int value)
Specifies the smallest time unit that is represented on the date axis.
Read/write TimeUnitType
.
setBaseUnitScale
in interface IAxis
public final IChartLinesFormat getMinorGridLinesFormat()
Represents minor gridlines format on a chart axis.
Read-only IChartLinesFormat
.
getMinorGridLinesFormat
in interface IAxis
public final IChartLinesFormat getMajorGridLinesFormat()
Represents major gridlines format on a chart axis.
Read-only IChartLinesFormat
.
getMajorGridLinesFormat
in interface IAxis
public final boolean getShowMinorGridLines()
To hide minor gridline set MinorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
Read-only boolean
.
getShowMinorGridLines
in interface IAxis
public final boolean getShowMajorGridLines()
To hide major gridline set MajorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
Read-only boolean
.
getShowMajorGridLines
in interface IAxis
public final IAxisFormat getFormat()
Represents format of axis.
Read-only IAxisFormat
.
public final IChartTextFormat getTextFormat()
Represents format of text.
Read-only IChartTextFormat
.
getTextFormat
in interface IFormattedTextContainer
public final IChartTitle getTitle()
Gets the axis' title.
Read-only IChartTitle
.
public final int getCrossType()
Represents the CrossType on the specified axis where the other axis crosses.
Read/write CrossesType
.
getCrossType
in interface IAxis
public final void setCrossType(int value)
Represents the CrossType on the specified axis where the other axis crosses.
Read/write CrossesType
.
setCrossType
in interface IAxis
public final int getPosition()
Represents position of axis.
Read/write AxisPositionType
.
getPosition
in interface IAxis
public final void setPosition(int value)
Represents position of axis.
Read/write AxisPositionType
.
setPosition
in interface IAxis
public final boolean hasTitle()
Determines whether a axis has a visible title.
Read/write boolean
.
public final void setTitle(boolean value)
Determines whether a axis has a visible title.
Read/write boolean
.
public final java.lang.String getNumberFormat()
Represents the format string for the Axis Labels.
Read/write String
.
getNumberFormat
in interface IAxis
public final void setNumberFormat(java.lang.String value)
Represents the format string for the Axis Labels.
Read/write String
.
setNumberFormat
in interface IAxis
public final boolean isNumberFormatLinkedToSource()
Indicates whether the format is linked source data.
Read/write boolean
.
isNumberFormatLinkedToSource
in interface IAxis
public final void setNumberFormatLinkedToSource(boolean value)
Indicates whether the format is linked source data.
Read/write boolean
.
setNumberFormatLinkedToSource
in interface IAxis
public final float getTickLabelRotationAngle()
Represents the rotation angle of tick labels.
Read/write float
.
getTickLabelRotationAngle
in interface IAxis
public final void setTickLabelRotationAngle(float value)
Represents the rotation angle of tick labels.
Read/write float
.
setTickLabelRotationAngle
in interface IAxis
public final long getTickLabelSpacing()
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis.
Read/write long
.
getTickLabelSpacing
in interface IAxis
public final void setTickLabelSpacing(long value)
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis.
Read/write long
.
setTickLabelSpacing
in interface IAxis
public final boolean isAutomaticTickLabelSpacing()
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
Read/write boolean
.
isAutomaticTickLabelSpacing
in interface IAxis
public final void setAutomaticTickLabelSpacing(boolean value)
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
Read/write boolean
.
setAutomaticTickLabelSpacing
in interface IAxis
public final long getTickMarksSpacing()
Specifies how many tick marks shall be skipped before the next one shall be
drawn. Applied to category or series axis.
Read/write int
.
getTickMarksSpacing
in interface IAxis
public final void setTickMarksSpacing(long value)
Specifies how many tick marks shall be skipped before the next one shall be
drawn. Applied to category or series axis.
Read/write int
.
setTickMarksSpacing
in interface IAxis
public final boolean isAutomaticTickMarksSpacing()
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property.
Read/write boolean
.
isAutomaticTickMarksSpacing
in interface IAxis
public final void setAutomaticTickMarksSpacing(boolean value)
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property.
Read/write boolean
.
setAutomaticTickMarksSpacing
in interface IAxis
public final int getLabelOffset()
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%.
Read/write int
.
getLabelOffset
in interface IAxis
public final void setLabelOffset(int value)
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%.
Read/write int
.
setLabelOffset
in interface IAxis
public final int getAggregationType()
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.
getAggregationType
in interface IAxis
public final void setAggregationType(int value)
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.
setAggregationType
in interface IAxis
public final double getBinWidth()
Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only.
getBinWidth
in interface IAxis
public final void setBinWidth(double value)
Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only.
setBinWidth
in interface IAxis
public final long getNumberOfBins()
Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only.
getNumberOfBins
in interface IAxis
public final void setNumberOfBins(long value)
Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only.
setNumberOfBins
in interface IAxis
public final boolean isOverflowBin()
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
isOverflowBin
in interface IAxis
public final void setOverflowBin(boolean value)
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
setOverflowBin
in interface IAxis
public final boolean isAutomaticOverflowBin()
Specifies automatic overflow bin value. If false: use OverflowBin property.
isAutomaticOverflowBin
in interface IAxis
public final void setAutomaticOverflowBin(boolean value)
Specifies automatic overflow bin value. If false: use OverflowBin property.
setAutomaticOverflowBin
in interface IAxis
public final double getOverflowBin()
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.
getOverflowBin
in interface IAxis
public final void setOverflowBin(double value)
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.
setOverflowBin
in interface IAxis
public final boolean isUnderflowBin()
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
isUnderflowBin
in interface IAxis
public final void setUnderflowBin(boolean value)
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
setUnderflowBin
in interface IAxis
public final boolean isAutomaticUnderflowBin()
Specifies automatic underflow bin value. If false: use UnderflowBin property.
isAutomaticUnderflowBin
in interface IAxis
public final void setAutomaticUnderflowBin(boolean value)
Specifies automatic underflow bin value. If false: use UnderflowBin property.
setAutomaticUnderflowBin
in interface IAxis
public final double getUnderflowBin()
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.
getUnderflowBin
in interface IAxis
public final void setUnderflowBin(double value)
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.
setUnderflowBin
in interface IAxis
public final IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public final IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent