IErrorBarsFormat
ErrorBarvType Property
|
Gets or sets the ErrorBarValueType.
Read/write
[!:errorBarType]
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ErrorValueType ErrorBarvType { get; set; }
Property ErrorBarvType As ErrorValueType
Get
Set
property ErrorValueType ErrorBarvType {
ErrorValueType get ();
void set (ErrorValueType value);
}
abstract ErrorBarvType : ErrorValueType with get, set
Property Value
Type:
ErrorValueType
See Also