public class ErrorBarsFormat extends DomObject<ChartSeries> implements IErrorBarsFormat
Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection
(in (IChartDataPoint.getErrorBarsCustomValues()
) property).
Modifier and Type | Method and Description |
---|---|
IChart |
getChart()
Returns the parent chart.
|
IFormat |
getFormat()
Represents the format of the error bars.
|
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 .
|
getParent_Immediate
public final int getType()
Gets or sets type of error bars.
Read/write ErrorBarType
.
getType
in interface IErrorBarsFormat
public final void setType(int value)
Gets or sets type of error bars.
Read/write ErrorBarType
.
setType
in interface IErrorBarsFormat
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
.
getValueType
in interface IErrorBarsFormat
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
.
setValueType
in interface IErrorBarsFormat
public final boolean hasEndCap()
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
hasEndCap
in interface IErrorBarsFormat
public final void setEndCap(boolean value)
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
setEndCap
in interface IErrorBarsFormat
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
.
getValue
in interface IErrorBarsFormat
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
.
setValue
in interface IErrorBarsFormat
public final IFormat getFormat()
Represents the format of the error bars.
Read/write IFormat
.
getFormat
in interface IErrorBarsFormat
public final void setFormat(IFormat value)
Represents the format of the error bars.
Read/write IFormat
.
setFormat
in interface IErrorBarsFormat
public final IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
public final boolean isVisible()
Gets or sets Error Bars visibility .
Read/write boolean
.
isVisible
in interface IErrorBarsFormat
public final void setVisible(boolean value)
Gets or sets Error Bars visibility .
Read/write boolean
.
setVisible
in interface IErrorBarsFormat
public final IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public final IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent