ErrorBarsXFormat
ChartSeries.ErrorBarsXFormat property
Represents ErrorBars of series with derection X. 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 ErrorBarsCustomValues
property). Read-only IErrorBarsFormat
.
public IErrorBarsFormat ErrorBarsXFormat { get; }
See Also
- interface IErrorBarsFormat
- class ChartSeries
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides