IErrorBarsFormat Interface |
Namespace: Aspose.Slides.Charts
The IErrorBarsFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| AsIChartComponent |
Returns IChartComponent interface.
Read-only IChartComponent.
| |
| AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) | |
| AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IChartComponent.) | |
| Chart |
Returns the chart.
Read-only IChart.
(Inherited from IChartComponent.) | |
| Format |
Represents the format of the error bars.
Read/write IFormat.
| |
| HasEndCap |
Specifies an end cap is not drawn on the error bars.
Read/write Boolean.
| |
| IsVisible |
Gets or sets Error Bars visibility.
Read/write Boolean.
| |
| Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) | |
| Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) | |
| Type |
Gets or sets type of error bars.
Read/write ErrorBarType.
| |
| Value |
Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
Read/write Single.
| |
| ValueType |
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.
Read/write ErrorBarValueType.
|