Show / Hide Table of Contents

Class ErrorBar

Inheritance
System.Object
ChartPart
ErrorBar
Inherited Members
ChartPart.Fill
ChartPart.Border
ChartPart.Effects
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ErrorBar : ChartPart

Properties

Direction

Declaration
public ErrorBarDirection Direction { get; set; }
Property Value
Type Description
ErrorBarDirection

EndStyle

Declaration
public ErrorBarEndStyle EndStyle { get; set; }
Property Value
Type Description
ErrorBarEndStyle

ErrorAmount

Declaration
public ErrorAmountType ErrorAmount { get; set; }
Property Value
Type Description
ErrorAmountType

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
Back to top Generated by DocFX