ErrorBarsFormat

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

All Implemented Interfaces: com.aspose.slides.IErrorBarsFormat

public class ErrorBarsFormat extends DomObject<ChartSeries> implements IErrorBarsFormat

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

Methods

MethodDescription
getType()Gets or sets type of error bars.
setType(int value)Gets or sets type of error bars.
getValueType()Represents possible ways to determine the length of the error bars.
setValueType(int value)Represents possible ways to determine the length of the error bars.
hasEndCap()Specifies an end cap is not drawn on the error bars.
setEndCap(boolean value)Specifies an end cap is not drawn on the error bars.
getValue()Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
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.
getFormat()Represents the format of the error bars.
setFormat(IFormat value)Represents the format of the error bars.
getChart()Returns the parent chart.
isVisible()Gets or sets Error Bars visibility .
setVisible(boolean value)Gets or sets Error Bars visibility .
getSlide()Returns the parent slide of a FillFormat.
getPresentation()Returns the parent presentation of a FillFormat.

getType()

public final int getType()

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

Returns: int

setType(int value)

public final void setType(int value)

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

Parameters:

ParameterTypeDescription
valueint

getValueType()

public final int getValueType()

Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use (IChartDataPoint.getErrorBarsCustomValues) 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.

Returns: int

setValueType(int value)

public final 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.getErrorBarsCustomValues) 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.

Parameters:

ParameterTypeDescription
valueint

hasEndCap()

public final boolean hasEndCap()

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

Returns: boolean

setEndCap(boolean value)

public final void setEndCap(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getValue()

public final 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.

Returns: float

setValue(float value)

public final 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.

Parameters:

ParameterTypeDescription
valuefloat

getFormat()

public final IFormat getFormat()

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

Returns: IFormat

setFormat(IFormat value)

public final void setFormat(IFormat value)

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

Parameters:

ParameterTypeDescription
valueIFormat

getChart()

public final IChart getChart()

Returns the parent chart. Read-only IChart.

Returns: IChart

isVisible()

public final boolean isVisible()

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

Returns: boolean

setVisible(boolean value)

public final void setVisible(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

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