IDataSourceTypeForErrorBarsCustomValuesDataSourceTypeForYMinusValues Property |
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YMinus property object for error bars custom values. In other words it specifies
the type of value of ChartDataPointEx.ErrorBarsCustomValues.YMinus.Data property.
Read/write
DataSourceType.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxDataSourceType DataSourceTypeForYMinusValues { get; set; }Property DataSourceTypeForYMinusValues As DataSourceType
Get
Set
property DataSourceType DataSourceTypeForYMinusValues {
DataSourceType get ();
void set (DataSourceType value);
}abstract DataSourceTypeForYMinusValues : DataSourceType with get, set
Property Value
Type:
DataSourceType
See Also