public class Axis extends DomObject<AxesManager> 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.
|
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.
|
getParent_Immediatepublic final IChart getChart()
Returns the parent chart.
Read-only IChart.
getChart in interface IChartComponentpublic 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 IAxispublic 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 IAxispublic final int getCategoryAxisType()
Specifies the type of the category axis.
Read/write CategoryAxisType.
getCategoryAxisType in interface IAxispublic final void setCategoryAxisType(int value)
Specifies the type of the category axis.
Read/write CategoryAxisType.
setCategoryAxisType in interface IAxispublic final void setCategoryAxisTypeAutomatically()
Sets IAxis.CategoryAxisType property with a value that is automatically determined based on axis data.
setCategoryAxisTypeAutomatically in interface IAxispublic final float getCrossAt()
Represents the point on the axis where the perpendicular axis crosses it.
Read/write float.
getCrossAt in interface IAxispublic final void setCrossAt(float value)
Represents the point on the axis where the perpendicular axis crosses it.
Read/write float.
setCrossAt in interface IAxispublic final int getDisplayUnit()
Specifies the scaling value of the display units for the value axis.
Read/write DisplayUnitType.
getDisplayUnit in interface IAxispublic final void setDisplayUnit(int value)
Specifies the scaling value of the display units for the value axis.
Read/write DisplayUnitType.
setDisplayUnit in interface IAxispublic final double getActualMaxValue()
Specifies actual maximum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMaxValue in interface IAxispublic final double getActualMinValue()
Specifies actual minimum value on the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinValue in interface IAxispublic final double getActualMajorUnit()
Specifies actual major unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMajorUnit in interface IAxispublic final double getActualMinorUnit()
Specifies actual minor unit of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinorUnit in interface IAxispublic final int getActualMajorUnitScale()
Specifies actual major unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMajorUnitScale in interface IAxispublic final int getActualMinorUnitScale()
Specifies actual minor unit scale of the axis. Call method IChart.ValidateChartLayout() previously to get actual value.
getActualMinorUnitScale in interface IAxispublic final boolean isAutomaticMaxValue()
Indicates whether the max value is automatically assigned.
Read/write boolean.
isAutomaticMaxValue in interface IAxispublic final void setAutomaticMaxValue(boolean value)
Indicates whether the max value is automatically assigned.
Read/write boolean.
setAutomaticMaxValue in interface IAxispublic final double getMaxValue()
Represents the maximum value on the value axis.
Read/write double.
getMaxValue in interface IAxispublic final void setMaxValue(double value)
Represents the maximum value on the value axis.
Read/write double.
setMaxValue in interface IAxispublic final double getMinorUnit()
Represents the minor units for the date or value axis.
Read/write double.
getMinorUnit in interface IAxispublic final void setMinorUnit(double value)
Represents the minor units for the date or value axis.
Read/write double.
setMinorUnit in interface IAxispublic final boolean isAutomaticMinorUnit()
Indicates whether the minor unit of the axis is automatically assigned.
Read/write boolean.
isAutomaticMinorUnit in interface IAxispublic final void setAutomaticMinorUnit(boolean value)
Indicates whether the minor unit of the axis is automatically assigned.
Read/write boolean.
setAutomaticMinorUnit in interface IAxispublic final double getMajorUnit()
Represents the major units for the date or value axis.
Read/write double.
getMajorUnit in interface IAxispublic final void setMajorUnit(double value)
Represents the major units for the date or value axis.
Read/write double.
setMajorUnit in interface IAxispublic final boolean isAutomaticMajorUnit()
Indicates whether the major unit of the axis is automatically assigned.
Read/write boolean.
isAutomaticMajorUnit in interface IAxispublic final void setAutomaticMajorUnit(boolean value)
Indicates whether the major unit of the axis is automatically assigned.
Read/write boolean.
setAutomaticMajorUnit in interface IAxispublic final boolean isAutomaticMinValue()
Indicates whether the min value is automatically assigned.
Read/write boolean.
isAutomaticMinValue in interface IAxispublic final void setAutomaticMinValue(boolean value)
Indicates whether the min value is automatically assigned.
Read/write boolean.
setAutomaticMinValue in interface IAxispublic final double getMinValue()
Represents the minimum value on the value axis.
Read/write double.
getMinValue in interface IAxispublic final void setMinValue(double value)
Represents the minimum value on the value axis.
Read/write double.
setMinValue in interface IAxispublic final boolean isLogarithmic()
Represents if the value axis scale type is logarithmic or not.
Read/write boolean.
isLogarithmic in interface IAxispublic final void setLogarithmic(boolean value)
Represents if the value axis scale type is logarithmic or not.
Read/write boolean.
setLogarithmic in interface IAxispublic final double getLogBase()
Represents the logarithmic base. Default value is 10.
Read/write double.
getLogBase in interface IAxispublic final void setLogBase(double value)
Represents the logarithmic base. Default value is 10.
Read/write double.
setLogBase in interface IAxispublic final boolean isPlotOrderReversed()
Represents if MS PowerPoint plots data points from last to first.
Read/write boolean.
isPlotOrderReversed in interface IAxispublic final void setPlotOrderReversed(boolean value)
Represents if MS PowerPoint plots data points from last to first.
Read/write boolean.
setPlotOrderReversed in interface IAxispublic 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 IAxispublic final int getMajorTickMark()
Represents the type of major tick mark for the specified axis.
Read/write TickMarkType.
getMajorTickMark in interface IAxispublic final void setMajorTickMark(int value)
Represents the type of major tick mark for the specified axis.
Read/write TickMarkType.
setMajorTickMark in interface IAxispublic final int getMinorTickMark()
Represents the type of minor tick mark for the specified axis.
Read/write TickMarkType.
getMinorTickMark in interface IAxispublic final void setMinorTickMark(int value)
Represents the type of minor tick mark for the specified axis.
Read/write TickMarkType.
setMinorTickMark in interface IAxispublic final int getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis.
Read/write TickLabelPositionType.
getTickLabelPosition in interface IAxispublic final void setTickLabelPosition(int value)
Represents the position of tick-mark labels on the specified axis.
Read/write TickLabelPositionType.
setTickLabelPosition in interface IAxispublic final int getMajorUnitScale()
Represents the major unit scale for the date axis.
Read/write TimeUnitType.
getMajorUnitScale in interface IAxispublic final void setMajorUnitScale(int value)
Represents the major unit scale for the date axis.
Read/write TimeUnitType.
setMajorUnitScale in interface IAxispublic final int getMinorUnitScale()
Represents the major unit scale for the date axis.
Read/write TimeUnitType.
getMinorUnitScale in interface IAxispublic final void setMinorUnitScale(int value)
Represents the major unit scale for the date axis.
Read/write TimeUnitType.
setMinorUnitScale in interface IAxispublic final int getBaseUnitScale()
Specifies the smallest time unit that is represented on the date axis.
Read/write TimeUnitType.
getBaseUnitScale in interface IAxispublic final void setBaseUnitScale(int value)
Specifies the smallest time unit that is represented on the date axis.
Read/write TimeUnitType.
setBaseUnitScale in interface IAxispublic final IChartLinesFormat getMinorGridLinesFormat()
Represents minor gridlines format on a chart axis.
Read-only IChartLinesFormat.
getMinorGridLinesFormat in interface IAxispublic final IChartLinesFormat getMajorGridLinesFormat()
Represents major gridlines format on a chart axis.
Read-only IChartLinesFormat.
getMajorGridLinesFormat in interface IAxispublic final boolean getShowMinorGridLines()
To hide minor gridline set MinorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
Read-only boolean.
getShowMinorGridLines in interface IAxispublic final boolean getShowMajorGridLines()
To hide major gridline set MajorGridLinesFormat.Line.FillFormat.FillType to FillType.NoFill.
Read-only boolean.
getShowMajorGridLines in interface IAxispublic final IAxisFormat getFormat()
Represents format of axis.
Read-only IAxisFormat.
public final IChartTextFormat getTextFormat()
Represents format of text.
Read-only IChartTextFormat.
getTextFormat in interface IFormattedTextContainerpublic 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 IAxispublic final void setCrossType(int value)
Represents the CrossType on the specified axis where the other axis crosses.
Read/write CrossesType.
setCrossType in interface IAxispublic final int getPosition()
Represents position of axis.
Read/write AxisPositionType.
getPosition in interface IAxispublic final void setPosition(int value)
Represents position of axis.
Read/write AxisPositionType.
setPosition in interface IAxispublic 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 IAxispublic final void setNumberFormat(java.lang.String value)
Represents the format string for the Axis Labels.
Read/write String.
setNumberFormat in interface IAxispublic final boolean isNumberFormatLinkedToSource()
Indicates whether the format is linked source data.
Read/write boolean.
isNumberFormatLinkedToSource in interface IAxispublic final void setNumberFormatLinkedToSource(boolean value)
Indicates whether the format is linked source data.
Read/write boolean.
setNumberFormatLinkedToSource in interface IAxispublic final float getTickLabelRotationAngle()
Represents the rotation angle of tick labels.
Read/write float.
getTickLabelRotationAngle in interface IAxispublic final void setTickLabelRotationAngle(float value)
Represents the rotation angle of tick labels.
Read/write float.
setTickLabelRotationAngle in interface IAxispublic 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 IAxispublic 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 IAxispublic final boolean isAutomaticTickLabelSpacing()
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
Read/write boolean.
isAutomaticTickLabelSpacing in interface IAxispublic final void setAutomaticTickLabelSpacing(boolean value)
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
Read/write boolean.
setAutomaticTickLabelSpacing in interface IAxispublic 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 IAxispublic 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 IAxispublic final boolean isAutomaticTickMarksSpacing()
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property.
Read/write boolean.
isAutomaticTickMarksSpacing in interface IAxispublic final void setAutomaticTickMarksSpacing(boolean value)
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property.
Read/write boolean.
setAutomaticTickMarksSpacing in interface IAxispublic 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 IAxispublic 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 IAxispublic final int getAggregationType()
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.
getAggregationType in interface IAxispublic 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 IAxispublic 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 IAxispublic 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 IAxispublic 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 IAxispublic 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 IAxispublic final boolean isOverflowBin()
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
isOverflowBin in interface IAxispublic final void setOverflowBin(boolean value)
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
setOverflowBin in interface IAxispublic final boolean isAutomaticOverflowBin()
Specifies automatic overflow bin value. If false: use OverflowBin property.
isAutomaticOverflowBin in interface IAxispublic final void setAutomaticOverflowBin(boolean value)
Specifies automatic overflow bin value. If false: use OverflowBin property.
setAutomaticOverflowBin in interface IAxispublic final double getOverflowBin()
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.
getOverflowBin in interface IAxispublic 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 IAxispublic final boolean isUnderflowBin()
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
isUnderflowBin in interface IAxispublic final void setUnderflowBin(boolean value)
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
setUnderflowBin in interface IAxispublic final boolean isAutomaticUnderflowBin()
Specifies automatic underflow bin value. If false: use UnderflowBin property.
isAutomaticUnderflowBin in interface IAxispublic final void setAutomaticUnderflowBin(boolean value)
Specifies automatic underflow bin value. If false: use UnderflowBin property.
setAutomaticUnderflowBin in interface IAxispublic final double getUnderflowBin()
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.
getUnderflowBin in interface IAxispublic 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 IAxispublic final IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide.
getSlide in interface ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation.
getPresentation in interface IPresentationComponentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.