ErrorBarsCustomValuesYPlus Property |
Specifies the error bar value in the positive direction.
Avalible if error bars value type is Custom and ErrorBarsYFormat is allowed.
In any other case this property returns null.
Read-only
IDoubleChartValue.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IDoubleChartValue YPlus { get; }Public ReadOnly Property YPlus As IDoubleChartValue
Get
public:
virtual property IDoubleChartValue^ YPlus {
IDoubleChartValue^ get () sealed;
}abstract YPlus : IDoubleChartValue with get
override YPlus : IDoubleChartValue with get
Property Value
Type:
IDoubleChartValueImplements
IErrorBarsCustomValuesYPlus
See Also