Type
ErrorBar.Type property
Representerar felstapelbeloppstyp.
public ErrorBarType Type { get; set; }
Exempel
[C#]
//Ställer in anpassad felfältstyp
aseries.YErrorBar.Type = ErrorBarType.InnerCustom;
aseries.YErrorBar.PlusValue = "=Sheet1!A1";
aseries.YErrorBar.MinusValue = "=Sheet1!A2";
[Visual Basic]
'Ställer in anpassad felfältstyp
aseries.YErrorBar.Type = ErrorBarType.InnerCustom
aseries.YErrorBar.PlusValue = "=Sheet1!A1"
aseries.YErrorBar.MinusValue = "=Sheet1!A2"
Se även
- enum ErrorBarType
- class ErrorBar
- namnutrymme Aspose.Cells.Charts
- hopsättning Aspose.Cells