com.spire.xls.core
Interface IChartErrorBars


public interface IChartErrorBars


Method Summary
 void clearFormats()
          Clears current error bar.
 void delete()
          Delete current error bar.
 IChartBorder getBorder()
          Represents border object.
 IFormat3D getChart3DOptions()
          Gets the chart3 D options.
 ErrorBarIncludeType getInclude()
          Reprsents error bar include type.
 IXLSRange getMinusRange()
          Represents custom minus value.
 double getNumberValue()
          Represents number value.
 IXLSRange getPlusRange()
          Represents custom plus value.
 IShadow getShadow()
          Gets the shadow.
 ErrorBarType getType()
          Represents excel error bar type.
 boolean hasCap()
          Indicates if error bar has cap.
 

Method Detail

getBorder

IChartBorder getBorder()
Represents border object. Read only.


getInclude

ErrorBarIncludeType getInclude()
Reprsents error bar include type.


hasCap

boolean hasCap()
Indicates if error bar has cap.


getType

ErrorBarType getType()
Represents excel error bar type.


getNumberValue

double getNumberValue()
Represents number value.


getPlusRange

IXLSRange getPlusRange()
Represents custom plus value.


getMinusRange

IXLSRange getMinusRange()
Represents custom minus value.


getShadow

IShadow getShadow()
Gets the shadow.


getChart3DOptions

IFormat3D getChart3DOptions()
Gets the chart3 D options.


clearFormats

void clearFormats()
Clears current error bar.


delete

void delete()
Delete current error bar.