com.aspose.slides
Class ErrorBarsFormat

java.lang.Object
  extended by com.aspose.slides.ErrorBarsFormat
All Implemented Interfaces:
IChartComponent, IErrorBarsFormat, IPresentationComponent, ISlideComponent

public class ErrorBarsFormat
extends java.lang.Object
implements IErrorBarsFormat

Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in IChartDataPoint.ErrorBarsCustomValues property).


Method Summary
 IChart getChart()
           Returns the parent chart.
 IFormat getFormat()
           Represents the format of the error bars.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentation getPresentation()
           Returns the parent presentation of a FillFormat.
 IBaseSlide getSlide()
           Returns the parent slide of a FillFormat.
 int getType()
           Gets or sets type of error bars.
 float getValue()
           Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
 int getValueType()
           Represents possible ways to determine the length of the error bars.
 boolean hasEndCap()
           Specifies an end cap is not drawn on the error bars.
 boolean isVisible()
           Gets or sets Error Bars visibility .
 void setEndCap(boolean value)
           Specifies an end cap is not drawn on the error bars.
 void setFormat(IFormat value)
           Represents the format of the error bars.
 void setType(int value)
           Gets or sets type of error bars.
 void setValue(float value)
           Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
 void setValueType(int value)
           Represents possible ways to determine the length of the error bars.
 void setVisible(boolean value)
           Gets or sets Error Bars visibility .
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()

Gets or sets type of error bars. Read/write ErrorBarType.

Specified by:
getType in interface IErrorBarsFormat

setType

public void setType(int value)

Gets or sets type of error bars. Read/write ErrorBarType.

Specified by:
setType in interface IErrorBarsFormat

getValueType

public int getValueType()

Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use IChartDataPoint.ErrorBarsCustomValues property of specific data point in DataPoints collection of series. In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value. Read/write ErrorBarValueType.

Specified by:
getValueType in interface IErrorBarsFormat

setValueType

public void setValueType(int value)

Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use IChartDataPoint.ErrorBarsCustomValues property of specific data point in DataPoints collection of series. In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value. Read/write ErrorBarValueType.

Specified by:
setValueType in interface IErrorBarsFormat

hasEndCap

public boolean hasEndCap()

Specifies an end cap is not drawn on the error bars. Read/write boolean.

Specified by:
hasEndCap in interface IErrorBarsFormat

setEndCap

public void setEndCap(boolean value)

Specifies an end cap is not drawn on the error bars. Read/write boolean.

Specified by:
setEndCap in interface IErrorBarsFormat

getValue

public float getValue()

Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write float.

Specified by:
getValue in interface IErrorBarsFormat

setValue

public void setValue(float value)

Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write float.

Specified by:
setValue in interface IErrorBarsFormat

getFormat

public IFormat getFormat()

Represents the format of the error bars. Read/write IFormat.

Specified by:
getFormat in interface IErrorBarsFormat

setFormat

public void setFormat(IFormat value)

Represents the format of the error bars. Read/write IFormat.

Specified by:
setFormat in interface IErrorBarsFormat

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getChart

public IChart getChart()

Returns the parent chart. Read-only IChart.

Specified by:
getChart in interface IChartComponent

isVisible

public boolean isVisible()

Gets or sets Error Bars visibility . Read/write boolean.

Specified by:
isVisible in interface IErrorBarsFormat

setVisible

public void setVisible(boolean value)

Gets or sets Error Bars visibility . Read/write boolean.

Specified by:
setVisible in interface IErrorBarsFormat

getSlide

public IBaseSlide getSlide()

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

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

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

Specified by:
getPresentation in interface IPresentationComponent


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.