[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IErrorBar

Interface IErrorBar

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the error bars in a chart series. Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, and scatter groups on a 2D chart can have error bars. Only series in scatter groups can have x and y error bars.

public interface IErrorBar

Properties

Amount

Returns or sets amount of error bar. The amount must be greater than or equal to zero.

double Amount { get; set; }

Property Value

double

Direction

Returns the direction of the error bar.

ErrorBarDirection Direction { get; }

Property Value

ErrorBarDirection

EndStyle

Returns or sets the end style for the error bar.

EndStyleCap EndStyle { get; set; }

Property Value

EndStyleCap

Format

Returns the format for chart elements.

IChartFormat Format { get; }

Property Value

IChartFormat

Minus

Returns or sets formula of negative error amount when error bar value type is Custom.

string Minus { get; set; }

Property Value

string

Parent

Returns the parent object for the specified object.

ISeries Parent { get; }

Property Value

ISeries

Plus

Returns or sets formula of positive error amount when error bar value type is Custom.

string Plus { get; set; }

Property Value

string

Type

Returns or sets which error-bar parts to include.

ErrorBarInclude Type { get; set; }

Property Value

ErrorBarInclude

ValueType

Returns or sets the range marked by error bars.

ErrorBarType ValueType { get; set; }

Property Value

ErrorBarType

Methods

ClearFormats()

Clears the formatting of the object.

void ClearFormats()

Delete()

Deletes the object.

void Delete()