Axis

Inheritance: java.lang.Object, com.aspose.slides.DomObject

All Implemented Interfaces: com.aspose.slides.IAxis

public class Axis extends DomObject<AxesManager> implements IAxis

Encapsulates the object that represents a chart’s axis.

Methods

MethodDescription
getChart()Returns the parent chart.
getAxisBetweenCategories()Represents if the value axis crosses the category axis between categories.
setAxisBetweenCategories(boolean value)Represents if the value axis crosses the category axis between categories.
getCategoryAxisType()Specifies the type of the category axis.
setCategoryAxisType(int value)Specifies the type of the category axis.
setCategoryAxisTypeAutomatically()Sets IAxis.CategoryAxisType property with a value that is automatically determined based on axis data.
getCrossAt()Represents the point on the axis where the perpendicular axis crosses it.
setCrossAt(float value)Represents the point on the axis where the perpendicular axis crosses it.
getDisplayUnit()Specifies the scaling value of the display units for the value axis.
setDisplayUnit(int value)Specifies the scaling value of the display units for the value axis.
getActualMaxValue()Specifies actual maximum value on the axis.
getActualMinValue()Specifies actual minimum value on the axis.
getActualMajorUnit()Specifies actual major unit of the axis.
getActualMinorUnit()Specifies actual minor unit of the axis.
getActualMajorUnitScale()Specifies actual major unit scale of the axis.
getActualMinorUnitScale()Specifies actual minor unit scale of the axis.
isAutomaticMaxValue()Indicates whether the max value is automatically assigned.
setAutomaticMaxValue(boolean value)Indicates whether the max value is automatically assigned.
getMaxValue()Represents the maximum value on the value axis.
setMaxValue(double value)Represents the maximum value on the value axis.
getMinorUnit()Represents the minor units for the date or value axis.
setMinorUnit(double value)Represents the minor units for the date or value axis.
isAutomaticMinorUnit()Indicates whether the minor unit of the axis is automatically assigned.
setAutomaticMinorUnit(boolean value)Indicates whether the minor unit of the axis is automatically assigned.
getMajorUnit()Represents the major units for the date or value axis.
setMajorUnit(double value)Represents the major units for the date or value axis.
isAutomaticMajorUnit()Indicates whether the major unit of the axis is automatically assigned.
setAutomaticMajorUnit(boolean value)Indicates whether the major unit of the axis is automatically assigned.
isAutomaticMinValue()Indicates whether the min value is automatically assigned.
setAutomaticMinValue(boolean value)Indicates whether the min value is automatically assigned.
getMinValue()Represents the minimum value on the value axis.
setMinValue(double value)Represents the minimum value on the value axis.
isLogarithmic()Represents if the value axis scale type is logarithmic or not.
setLogarithmic(boolean value)Represents if the value axis scale type is logarithmic or not.
getLogBase()Represents the logarithmic base.
setLogBase(double value)Represents the logarithmic base.
isPlotOrderReversed()Represents if MS PowerPoint plots data points from last to first.
setPlotOrderReversed(boolean value)Represents if MS PowerPoint plots data points from last to first.
isVisible()Represents if the axis is visible.
setVisible(boolean value)Represents if the axis is visible.
getMajorTickMark()Represents the type of major tick mark for the specified axis.
setMajorTickMark(int value)Represents the type of major tick mark for the specified axis.
getMinorTickMark()Represents the type of minor tick mark for the specified axis.
setMinorTickMark(int value)Represents the type of minor tick mark for the specified axis.
getTickLabelPosition()Represents the position of tick-mark labels on the specified axis.
setTickLabelPosition(int value)Represents the position of tick-mark labels on the specified axis.
getMajorUnitScale()Represents the major unit scale for the date axis.
setMajorUnitScale(int value)Represents the major unit scale for the date axis.
getMinorUnitScale()Represents the major unit scale for the date axis.
setMinorUnitScale(int value)Represents the major unit scale for the date axis.
getBaseUnitScale()Specifies the smallest time unit that is represented on the date axis.
setBaseUnitScale(int value)Specifies the smallest time unit that is represented on the date axis.
getMinorGridLinesFormat()Represents minor gridlines format on a chart axis.
getMajorGridLinesFormat()Represents major gridlines format on a chart axis.
getShowMinorGridLines()To hide minor gridline set MinorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
getShowMajorGridLines()To hide major gridline set MajorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
getFormat()Represents format of axis.
getTextFormat()Represents format of text.
getTitle()Gets the axis’ title.
getCrossType()Represents the CrossType on the specified axis where the other axis crosses.
setCrossType(int value)Represents the CrossType on the specified axis where the other axis crosses.
getPosition()Represents position of axis.
setPosition(int value)Represents position of axis.
hasTitle()Determines whether a axis has a visible title.
setTitle(boolean value)Determines whether a axis has a visible title.
getNumberFormat()Represents the format string for the Axis Labels.
setNumberFormat(String value)Represents the format string for the Axis Labels.
isNumberFormatLinkedToSource()Indicates whether the format is linked source data.
setNumberFormatLinkedToSource(boolean value)Indicates whether the format is linked source data.
getTickLabelRotationAngle()Represents the rotation angle of tick labels.
setTickLabelRotationAngle(float value)Represents the rotation angle of tick labels.
getTickLabelSpacing()Specifies how many tick labels to skip between label that is drawn.
setTickLabelSpacing(long value)Specifies how many tick labels to skip between label that is drawn.
isAutomaticTickLabelSpacing()Specifies automatic tick label spacing value.
setAutomaticTickLabelSpacing(boolean value)Specifies automatic tick label spacing value.
getTickMarksSpacing()Specifies how many tick marks shall be skipped before the next one shall be drawn.
setTickMarksSpacing(long value)Specifies how many tick marks shall be skipped before the next one shall be drawn.
isAutomaticTickMarksSpacing()Specifies automatic tick marks spacing value.
setAutomaticTickMarksSpacing(boolean value)Specifies automatic tick marks spacing value.
getLabelOffset()Specifies the distance of labels from the axis.
setLabelOffset(int value)Specifies the distance of labels from the axis.
getAggregationType()Represents aggregation type of category axis (binning).
setAggregationType(int value)Represents aggregation type of category axis (binning).
getBinWidth()Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth.
setBinWidth(double value)Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth.
getNumberOfBins()Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins.
setNumberOfBins(long value)Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins.
isOverflowBin()Specifies if overflow bin applied.
setOverflowBin(boolean value)Specifies if overflow bin applied.
isAutomaticOverflowBin()Specifies automatic overflow bin value.
setAutomaticOverflowBin(boolean value)Specifies automatic overflow bin value.
getOverflowBin()Specifies overflow bin custom value.
setOverflowBin(double value)Specifies overflow bin custom value.
isUnderflowBin()Specifies if underflow bin applied.
setUnderflowBin(boolean value)Specifies if underflow bin applied.
isAutomaticUnderflowBin()Specifies automatic underflow bin value.
setAutomaticUnderflowBin(boolean value)Specifies automatic underflow bin value.
getUnderflowBin()Specifies underflow bin custom value.
setUnderflowBin(double value)Specifies underflow bin custom value.
getSlide()Returns the parent slide of a FillFormat.
getPresentation()Returns the parent presentation of a FillFormat.

getChart()

public final IChart getChart()

Returns the parent chart. Read-only IChart.

Returns: IChart

getAxisBetweenCategories()

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.

Returns: boolean

setAxisBetweenCategories(boolean value)

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.

Parameters:

ParameterTypeDescription
valueboolean

getCategoryAxisType()

public final int getCategoryAxisType()

Specifies the type of the category axis. Read/write CategoryAxisType.

Returns: int

setCategoryAxisType(int value)

public final void setCategoryAxisType(int value)

Specifies the type of the category axis. Read/write CategoryAxisType.

Parameters:

ParameterTypeDescription
valueint

setCategoryAxisTypeAutomatically()

public final void setCategoryAxisTypeAutomatically()

Sets IAxis.CategoryAxisType property with a value that is automatically determined based on axis data.

getCrossAt()

public final float getCrossAt()

Represents the point on the axis where the perpendicular axis crosses it. Read/write float.

Returns: float

setCrossAt(float value)

public final void setCrossAt(float value)

Represents the point on the axis where the perpendicular axis crosses it. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat

getDisplayUnit()

public final int getDisplayUnit()

Specifies the scaling value of the display units for the value axis. Read/write DisplayUnitType.

Returns: int

setDisplayUnit(int value)

public final void setDisplayUnit(int value)

Specifies the scaling value of the display units for the value axis. Read/write DisplayUnitType.

Parameters:

ParameterTypeDescription
valueint

getActualMaxValue()

public final double getActualMaxValue()

Specifies actual maximum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: double

getActualMinValue()

public final double getActualMinValue()

Specifies actual minimum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: double

getActualMajorUnit()

public final double getActualMajorUnit()

Specifies actual major unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: double

getActualMinorUnit()

public final double getActualMinorUnit()

Specifies actual minor unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: double

getActualMajorUnitScale()

public final int getActualMajorUnitScale()

Specifies actual major unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: int

getActualMinorUnitScale()

public final int getActualMinorUnitScale()

Specifies actual minor unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.

Returns: int

isAutomaticMaxValue()

public final boolean isAutomaticMaxValue()

Indicates whether the max value is automatically assigned. Read/write boolean.

Returns: boolean

setAutomaticMaxValue(boolean value)

public final void setAutomaticMaxValue(boolean value)

Indicates whether the max value is automatically assigned. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getMaxValue()

public final double getMaxValue()

Represents the maximum value on the value axis. Read/write double.

Returns: double

setMaxValue(double value)

public final void setMaxValue(double value)

Represents the maximum value on the value axis. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getMinorUnit()

public final double getMinorUnit()

Represents the minor units for the date or value axis. Read/write double.

Returns: double

setMinorUnit(double value)

public final void setMinorUnit(double value)

Represents the minor units for the date or value axis. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

isAutomaticMinorUnit()

public final boolean isAutomaticMinorUnit()

Indicates whether the minor unit of the axis is automatically assigned. Read/write boolean.

Returns: boolean

setAutomaticMinorUnit(boolean value)

public final void setAutomaticMinorUnit(boolean value)

Indicates whether the minor unit of the axis is automatically assigned. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getMajorUnit()

public final double getMajorUnit()

Represents the major units for the date or value axis. Read/write double.

Returns: double

setMajorUnit(double value)

public final void setMajorUnit(double value)

Represents the major units for the date or value axis. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

isAutomaticMajorUnit()

public final boolean isAutomaticMajorUnit()

Indicates whether the major unit of the axis is automatically assigned. Read/write boolean.

Returns: boolean

setAutomaticMajorUnit(boolean value)

public final void setAutomaticMajorUnit(boolean value)

Indicates whether the major unit of the axis is automatically assigned. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

isAutomaticMinValue()

public final boolean isAutomaticMinValue()

Indicates whether the min value is automatically assigned. Read/write boolean.

Returns: boolean

setAutomaticMinValue(boolean value)

public final void setAutomaticMinValue(boolean value)

Indicates whether the min value is automatically assigned. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getMinValue()

public final double getMinValue()

Represents the minimum value on the value axis. Read/write double.

Returns: double

setMinValue(double value)

public final void setMinValue(double value)

Represents the minimum value on the value axis. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

isLogarithmic()

public final boolean isLogarithmic()

Represents if the value axis scale type is logarithmic or not. Read/write boolean.

Returns: boolean

setLogarithmic(boolean value)

public final void setLogarithmic(boolean value)

Represents if the value axis scale type is logarithmic or not. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getLogBase()

public final double getLogBase()

Represents the logarithmic base. Default value is 10. Read/write double.

Returns: double

setLogBase(double value)

public final void setLogBase(double value)

Represents the logarithmic base. Default value is 10. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

isPlotOrderReversed()

public final boolean isPlotOrderReversed()

Represents if MS PowerPoint plots data points from last to first. Read/write boolean.

Returns: boolean

setPlotOrderReversed(boolean value)

public final void setPlotOrderReversed(boolean value)

Represents if MS PowerPoint plots data points from last to first. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

isVisible()

public final boolean isVisible()

Represents if the axis is visible. Read/write boolean.

Returns: boolean

setVisible(boolean value)

public final void setVisible(boolean value)

Represents if the axis is visible. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getMajorTickMark()

public final int getMajorTickMark()

Represents the type of major tick mark for the specified axis. Read/write TickMarkType.

Returns: int

setMajorTickMark(int value)

public final void setMajorTickMark(int value)

Represents the type of major tick mark for the specified axis. Read/write TickMarkType.

Parameters:

ParameterTypeDescription
valueint

getMinorTickMark()

public final int getMinorTickMark()

Represents the type of minor tick mark for the specified axis. Read/write TickMarkType.

Returns: int

setMinorTickMark(int value)

public final void setMinorTickMark(int value)

Represents the type of minor tick mark for the specified axis. Read/write TickMarkType.

Parameters:

ParameterTypeDescription
valueint

getTickLabelPosition()

public final int getTickLabelPosition()

Represents the position of tick-mark labels on the specified axis. Read/write TickLabelPositionType.

Returns: int

setTickLabelPosition(int value)

public final void setTickLabelPosition(int value)

Represents the position of tick-mark labels on the specified axis. Read/write TickLabelPositionType.

Parameters:

ParameterTypeDescription
valueint

getMajorUnitScale()

public final int getMajorUnitScale()

Represents the major unit scale for the date axis. Read/write TimeUnitType.

Returns: int

setMajorUnitScale(int value)

public final void setMajorUnitScale(int value)

Represents the major unit scale for the date axis. Read/write TimeUnitType.

Parameters:

ParameterTypeDescription
valueint

getMinorUnitScale()

public final int getMinorUnitScale()

Represents the major unit scale for the date axis. Read/write TimeUnitType.

Returns: int

setMinorUnitScale(int value)

public final void setMinorUnitScale(int value)

Represents the major unit scale for the date axis. Read/write TimeUnitType.

Parameters:

ParameterTypeDescription
valueint

getBaseUnitScale()

public final int getBaseUnitScale()

Specifies the smallest time unit that is represented on the date axis. Read/write TimeUnitType.

Returns: int

setBaseUnitScale(int value)

public final void setBaseUnitScale(int value)

Specifies the smallest time unit that is represented on the date axis. Read/write TimeUnitType.

Parameters:

ParameterTypeDescription
valueint

getMinorGridLinesFormat()

public final IChartLinesFormat getMinorGridLinesFormat()

Represents minor gridlines format on a chart axis. Read-only IChartLinesFormat.

Returns: IChartLinesFormat

getMajorGridLinesFormat()

public final IChartLinesFormat getMajorGridLinesFormat()

Represents major gridlines format on a chart axis. Read-only IChartLinesFormat.

Returns: IChartLinesFormat

getShowMinorGridLines()

public final boolean getShowMinorGridLines()

To hide minor gridline set MinorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill. Read-only boolean.

Returns: boolean

getShowMajorGridLines()

public final boolean getShowMajorGridLines()

To hide major gridline set MajorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill. Read-only boolean.

Returns: boolean

getFormat()

public final IAxisFormat getFormat()

Represents format of axis. Read-only IAxisFormat.

Returns: IAxisFormat

getTextFormat()

public final IChartTextFormat getTextFormat()

Represents format of text. Read-only IChartTextFormat.

Returns: IChartTextFormat

getTitle()

public final IChartTitle getTitle()

Gets the axis’ title. Read-only IChartTitle.

Returns: IChartTitle

getCrossType()

public final int getCrossType()

Represents the CrossType on the specified axis where the other axis crosses. Read/write CrossesType.

Returns: int

setCrossType(int value)

public final void setCrossType(int value)

Represents the CrossType on the specified axis where the other axis crosses. Read/write CrossesType.

Parameters:

ParameterTypeDescription
valueint

getPosition()

public final int getPosition()

Represents position of axis. Read/write AxisPositionType.

Returns: int

setPosition(int value)

public final void setPosition(int value)

Represents position of axis. Read/write AxisPositionType.

Parameters:

ParameterTypeDescription
valueint

hasTitle()

public final boolean hasTitle()

Determines whether a axis has a visible title. Read/write boolean.

Returns: boolean

setTitle(boolean value)

public final void setTitle(boolean value)

Determines whether a axis has a visible title. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getNumberFormat()

public final String getNumberFormat()

Represents the format string for the Axis Labels. Read/write String.

Returns: java.lang.String

setNumberFormat(String value)

public final void setNumberFormat(String value)

Represents the format string for the Axis Labels. Read/write String.

Parameters:

ParameterTypeDescription
valuejava.lang.String

isNumberFormatLinkedToSource()

public final boolean isNumberFormatLinkedToSource()

Indicates whether the format is linked source data. Read/write boolean.

Returns: boolean

setNumberFormatLinkedToSource(boolean value)

public final void setNumberFormatLinkedToSource(boolean value)

Indicates whether the format is linked source data. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getTickLabelRotationAngle()

public final float getTickLabelRotationAngle()

Represents the rotation angle of tick labels. Read/write float.

Returns: float

setTickLabelRotationAngle(float value)

public final void setTickLabelRotationAngle(float value)

Represents the rotation angle of tick labels. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat

getTickLabelSpacing()

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.

Returns: long

setTickLabelSpacing(long value)

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.

Parameters:

ParameterTypeDescription
valuelong

isAutomaticTickLabelSpacing()

public final boolean isAutomaticTickLabelSpacing()

Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Read/write boolean.

Returns: boolean

setAutomaticTickLabelSpacing(boolean value)

public final void setAutomaticTickLabelSpacing(boolean value)

Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getTickMarksSpacing()

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.

Returns: long

setTickMarksSpacing(long value)

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.

Parameters:

ParameterTypeDescription
valuelong

isAutomaticTickMarksSpacing()

public final boolean isAutomaticTickMarksSpacing()

Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Read/write boolean.

Returns: boolean

setAutomaticTickMarksSpacing(boolean value)

public final void setAutomaticTickMarksSpacing(boolean value)

Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getLabelOffset()

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.

Returns: int

setLabelOffset(int value)

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.

Parameters:

ParameterTypeDescription
valueint

getAggregationType()

public final int getAggregationType()

Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.

Returns: int

setAggregationType(int value)

public final void setAggregationType(int value)

Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.

Parameters:

ParameterTypeDescription
valueint

getBinWidth()

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.

Returns: double

setBinWidth(double value)

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.

Parameters:

ParameterTypeDescription
valuedouble

getNumberOfBins()

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.

Returns: long

setNumberOfBins(long value)

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.

Parameters:

ParameterTypeDescription
valuelong

isOverflowBin()

public final boolean isOverflowBin()

Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.

Returns: boolean

setOverflowBin(boolean value)

public final void setOverflowBin(boolean value)

Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.

Parameters:

ParameterTypeDescription
valueboolean

isAutomaticOverflowBin()

public final boolean isAutomaticOverflowBin()

Specifies automatic overflow bin value. If false: use OverflowBin property.

Returns: boolean

setAutomaticOverflowBin(boolean value)

public final void setAutomaticOverflowBin(boolean value)

Specifies automatic overflow bin value. If false: use OverflowBin property.

Parameters:

ParameterTypeDescription
valueboolean

getOverflowBin()

public final double getOverflowBin()

Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.

Returns: double

setOverflowBin(double value)

public final void setOverflowBin(double value)

Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.

Parameters:

ParameterTypeDescription
valuedouble

isUnderflowBin()

public final boolean isUnderflowBin()

Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.

Returns: boolean

setUnderflowBin(boolean value)

public final void setUnderflowBin(boolean value)

Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.

Parameters:

ParameterTypeDescription
valueboolean

isAutomaticUnderflowBin()

public final boolean isAutomaticUnderflowBin()

Specifies automatic underflow bin value. If false: use UnderflowBin property.

Returns: boolean

setAutomaticUnderflowBin(boolean value)

public final void setAutomaticUnderflowBin(boolean value)

Specifies automatic underflow bin value. If false: use UnderflowBin property.

Parameters:

ParameterTypeDescription
valueboolean

getUnderflowBin()

public final double getUnderflowBin()

Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.

Returns: double

setUnderflowBin(double value)

public final void setUnderflowBin(double value)

Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.

Parameters:

ParameterTypeDescription
valuedouble

getSlide()

public final IBaseSlide getSlide()

Returns the parent slide of a FillFormat. Read-only BaseSlide.

Returns: IBaseSlide

getPresentation()

public final IPresentation getPresentation()

Returns the parent presentation of a FillFormat. Read-only IPresentation.

Returns: IPresentation