com.aspose.slides
Interface IErrorBarsFormat

All Superinterfaces:
IChartComponent, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ErrorBarsFormat

public interface IErrorBarsFormat
extends IChartComponent

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

getType

int getType()

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


setType

void setType(int value)

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


getValueType

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.


setValueType

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.


hasEndCap

boolean hasEndCap()

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


setEndCap

void setEndCap(boolean value)

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


getValue

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.


setValue

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.


getFormat

IFormat getFormat()

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


setFormat

void setFormat(IFormat value)

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


isVisible

boolean isVisible()

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


setVisible

void setVisible(boolean value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.