Click or drag to resize

IErrorBarsFormat Interface

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IErrorBarsFormat

The IErrorBarsFormat type exposes the following members.

Properties
Name Description
Public property ErrorBarNoEndCap
Indicates whether the EndCap is shown. Read/write [!:errorBarNoEndCap] .
Public property ErrorBarSimType
Gets or sets the ErrorBarSimpleType. Read/write [!:errorBarSimpleType] .
Public property ErrorBarVal
Gets or sets the value of a ErrorBar. Read/write [!:errorBarVal] .
Public property ErrorBarvType
Gets or sets the ErrorBarValueType. Read/write [!:errorBarType] .
Public property Line
Gets a Line of a ErrorBar. Read-only Line .
Public property MinusVal
Gets or sets the Minus value of a ErrorBar. Read/write MinusVal .
Public property PlusVal
Gets or sets the Plus value of a ErrorBar. Read/write PlusVal .
Top
See Also