IDataSourceTypeForErrorBarsCustomValues

IDataSourceTypeForErrorBarsCustomValues class

Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list

The IDataSourceTypeForErrorBarsCustomValues type exposes the following members:

Properties

NameDescription
data_source_type_for_x_minus_valuesSpecifies 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.
data_source_type_for_x_plus_valuesSpecifies 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.
data_source_type_for_y_minus_valuesSpecifies 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.
data_source_type_for_y_plus_valuesSpecifies 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.

See Also