Represents Y direction error bar of the series.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic ErrorBar YErrorBar { get; }
Public ReadOnly Property YErrorBar As ErrorBar
Get
public:
property ErrorBar^ YErrorBar {
ErrorBar^ get ();
}
member YErrorBar : ErrorBar with get
Property Value
Type:
ErrorBar
See Also