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