Class ErrorBar
Inheritance
System.Object
ErrorBar
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ErrorBar : ChartPart
Properties
Direction
Declaration
public ErrorBarDirection Direction { get; set; }
Property Value
EndStyle
Declaration
public ErrorBarEndStyle EndStyle { get; set; }
Property Value
ErrorAmount
Declaration
public ErrorAmountType ErrorAmount { get; set; }
Property Value
NegativeErrorValue
Declaration
public string NegativeErrorValue { get; set; }
Property Value
Type |
Description |
System.String |
|
PositiveErrorValue
Declaration
public string PositiveErrorValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|