DataSourceTypeForYMinusValues

IDataSourceTypeForErrorBarsCustomValues.DataSourceTypeForYMinusValues 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.

public DataSourceType DataSourceTypeForYMinusValues { get; set; }

See Also