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