XlsChartSerie
HasErrorBarsX Property
|
Indicates if serie contains X error bars.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasErrorBarsX { get; set; }
Public Property HasErrorBarsX As Boolean
Get
Set
public:
virtual property bool HasErrorBarsX {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasErrorBarsX : bool with get, set
override HasErrorBarsX : bool with get, set
Property Value
Type:
Boolean
Implements
IChartSerie
HasErrorBarsX
See Also