get_ErrorBarsYFormat()
ChartSeries::get_ErrorBarsYFormat() method
Represents ErrorBars of series with derection Y.
System::SharedPtr<IErrorBarsFormat> Aspose::Slides::Charts::ChartSeries::get_ErrorBarsYFormat() override
Remarks
ErrorBars with Y direction are avalible for series of type area, bar, line, scatter and bubble. For any other types of chart this property returns null (including 3D charts). In case of custom values use DataPoints collection to specify value (with IChartDataPoint::get_ErrorBarsCustomValues() property).
Read-only IErrorBarsFormat.
See Also
- Typedef SharedPtr
- Class IErrorBarsFormat
- Class ChartSeries
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides