Type
ErrorBar.Type property
Hata çubuğu tutar türünü temsil eder.
public ErrorBarType Type { get; set; }
Örnekler
[C#]
//Özel hata çubuğu türünü ayarlar
aseries.YErrorBar.Type = ErrorBarType.InnerCustom;
aseries.YErrorBar.PlusValue = "=Sheet1!A1";
aseries.YErrorBar.MinusValue = "=Sheet1!A2";
[Visual Basic]
'Özel hata çubuğu türünü ayarlar
aseries.YErrorBar.Type = ErrorBarType.InnerCustom
aseries.YErrorBar.PlusValue = "=Sheet1!A1"
aseries.YErrorBar.MinusValue = "=Sheet1!A2"
Ayrıca bakınız
- enum ErrorBarType
- class ErrorBar
- ad alanı Aspose.Cells.Charts
- toplantı Aspose.Cells