|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorBarsFormat
Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection
(in IChartDataPoint.ErrorBarsCustomValues
property).
Method Summary | |
---|---|
IFormat |
getFormat()
Represents the format of the error bars. |
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 interface com.aspose.slides.IChartComponent |
---|
getChart |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
int getType()
Gets or sets type of error bars.
Read/write ErrorBarType
.
void setType(int value)
Gets or sets type of error bars.
Read/write ErrorBarType
.
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.
Read/write ErrorBarValueType
.
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.
Read/write ErrorBarValueType
.
boolean hasEndCap()
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
void setEndCap(boolean value)
Specifies an end cap is not drawn on the error bars.
Read/write boolean
.
float getValue()
Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
Read/write float
.
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.
Read/write float
.
IFormat getFormat()
Represents the format of the error bars.
Read/write IFormat
.
void setFormat(IFormat value)
Represents the format of the error bars.
Read/write IFormat
.
boolean isVisible()
Gets or sets Error Bars visibility.
Read/write boolean
.
void setVisible(boolean value)
Gets or sets Error Bars visibility.
Read/write boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |