Series.ErrorBar Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wendet Fehlerindikatoren auf die Datenreihe an. Objekt.
public object ErrorBar (Microsoft.Office.Interop.Word.XlErrorBarDirection Direction, Microsoft.Office.Interop.Word.XlErrorBarInclude Include, Microsoft.Office.Interop.Word.XlErrorBarType Type, object Amount, object MinusValues);
abstract member ErrorBar : Microsoft.Office.Interop.Word.XlErrorBarDirection * Microsoft.Office.Interop.Word.XlErrorBarInclude * Microsoft.Office.Interop.Word.XlErrorBarType * obj * obj -> obj
Public Function ErrorBar (Direction As XlErrorBarDirection, Include As XlErrorBarInclude, Type As XlErrorBarType, Optional Amount As Object, Optional MinusValues As Object) As Object
Parameter
- Direction
- XlErrorBarDirection
Die Fehlerindikatorenrichtung.
- Include
- XlErrorBarInclude
Gibt die Teile an, die der Fehlerindikator enthalten soll.
- Type
- XlErrorBarType
Der Fehlerindikatortyp.
- Amount
- Object
Der Fehlerbetrag. Wird nur für den positiven Fehlerbetrag verwendet, wenn Type
ist xlErrorBarTypeCustom.
- MinusValues
- Object
Der negative Fehlerbetrag, wenn Type
ist xlErrorBarTypeCustom.
Gibt zurück
Object