IDataSourceTypeForErrorBarsCustomValues Interface |
Namespace: Aspose.Slides.Charts
The IDataSourceTypeForErrorBarsCustomValues type exposes the following members.
| Name | Description | |
|---|---|---|
| DataSourceTypeForXMinusValues |
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XMinus property object for error bars custom values. In other words it specifies
the type of value of ChartDataPoint.ErrorBarsCustomValues.XMinus.Data property.
Read/write DataSourceType.
| |
| DataSourceTypeForXPlusValues |
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XPlus property object for error bars custom values. In other words it specifies
the type of value of ChartDataPoint.ErrorBarsCustomValues.XPlus.Data property.
Read/write DataSourceType.
| |
| DataSourceTypeForYMinusValues |
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.
| |
| DataSourceTypeForYPlusValues |
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YPlus property object for error bars custom values. In other words it specifies
the type of value of ChartDataPointEx.ErrorBarsCustomValues.YPlus.Data property.
Read/write DataSourceType.
|