get_ErrorBarsXFormat()
IChartSeries::get_ErrorBarsXFormat() method
Represents ErrorBars of series with derection X.
virtual System::SharedPtr<IErrorBarsFormat> Aspose::Slides::Charts::IChartSeries::get_ErrorBarsXFormat()=0
Remarks
ErrorBars with X direction are avalible for series of type area, bar, 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 IChartSeries
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides