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_Immediatepublic final int getType()
Gets or sets type of error bars.
Read/write ErrorBarType.
getType in interface IErrorBarsFormatpublic final void setType(int value)
Gets or sets type of error bars.
Read/write ErrorBarType.
setType in interface IErrorBarsFormatpublic 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 IErrorBarsFormatpublic 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 IErrorBarsFormatpublic final boolean hasEndCap()
Specifies an end cap is not drawn on the error bars.
Read/write boolean.
hasEndCap in interface IErrorBarsFormatpublic final void setEndCap(boolean value)
Specifies an end cap is not drawn on the error bars.
Read/write boolean.
setEndCap in interface IErrorBarsFormatpublic 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 IErrorBarsFormatpublic 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 IErrorBarsFormatpublic final IFormat getFormat()
Represents the format of the error bars.
Read/write IFormat.
getFormat in interface IErrorBarsFormatpublic final void setFormat(IFormat value)
Represents the format of the error bars.
Read/write IFormat.
setFormat in interface IErrorBarsFormatpublic final IChart getChart()
Returns the parent chart.
Read-only IChart.
getChart in interface IChartComponentpublic final boolean isVisible()
Gets or sets Error Bars visibility .
Read/write boolean.
isVisible in interface IErrorBarsFormatpublic final void setVisible(boolean value)
Gets or sets Error Bars visibility .
Read/write boolean.
setVisible in interface IErrorBarsFormatpublic 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.