ErrorBarsFormat Class

Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in ErrorBarsCustomValues property).
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsErrorBarsFormat

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ErrorBarsFormat : IErrorBarsFormat, 
	IChartComponent, ISlideComponent, IPresentationComponent

The ErrorBarsFormat type exposes the following members.

Properties
  NameDescription
Public propertyChart
Returns the parent chart. Read-only IChart.
Public propertyFormat
Represents the format of the error bars. Read/write IFormat.
Public propertyHasEndCap
Specifies an end cap is not drawn on the error bars. Read/write Boolean.
Public propertyIsVisible
Gets or sets Error Bars visibility . Read/write Boolean.
Public propertyType
Gets or sets type of error bars. Read/write ErrorBarType.
Public propertyValue
Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write Single.
Public propertyValueType
Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use ErrorBarsCustomValues property of specific data point in DataPoints collection of series. In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value. Read/write ErrorBarValueType.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also