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).
Modifier and Type | Method and Description |
---|---|
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 .
|
public int getType()
Gets or sets type of error bars.
Read/write ErrorBarType
.
getType
in interface IErrorBarsFormat
public void setType(int value)
Gets or sets type of error bars.
Read/write ErrorBarType
.
setType
in interface IErrorBarsFormat
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
.
getValueType
in interface IErrorBarsFormat
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
.
setValueType
in interface IErrorBarsFormat
public boolean hasEndCap()
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
hasEndCap
in interface IErrorBarsFormat
public void setEndCap(boolean value)
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
setEndCap
in interface IErrorBarsFormat
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
.
getValue
in interface IErrorBarsFormat
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
.
setValue
in interface IErrorBarsFormat
public IFormat getFormat()
Represents the format of the error bars.
Read/write IFormat
.
getFormat
in interface IErrorBarsFormat
public void setFormat(IFormat value)
Represents the format of the error bars.
Read/write IFormat
.
setFormat
in interface IErrorBarsFormat
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
public boolean isVisible()
Gets or sets Error Bars visibility .
Read/write boolean
.
isVisible
in interface IErrorBarsFormat
public void setVisible(boolean value)
Gets or sets Error Bars visibility .
Read/write boolean
.
setVisible
in interface IErrorBarsFormat
public IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent