public interface IDataSourceTypeForErrorBarsCustomValues
Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list
Modifier and Type | Method and Description |
---|---|
int |
getDataSourceTypeForXMinusValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XMinus property object for error bars custom values.
|
int |
getDataSourceTypeForXPlusValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XPlus property object for error bars custom values.
|
int |
getDataSourceTypeForYMinusValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YMinus property object for error bars custom values.
|
int |
getDataSourceTypeForYPlusValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YPlus property object for error bars custom values.
|
void |
setDataSourceTypeForXMinusValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XMinus property object for error bars custom values.
|
void |
setDataSourceTypeForXPlusValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points XPlus property object for error bars custom values.
|
void |
setDataSourceTypeForYMinusValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YMinus property object for error bars custom values.
|
void |
setDataSourceTypeForYPlusValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual in data points YPlus property object for error bars custom values.
|
int getDataSourceTypeForXMinusValues()
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
.
void setDataSourceTypeForXMinusValues(int value)
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
.
int getDataSourceTypeForXPlusValues()
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
.
void setDataSourceTypeForXPlusValues(int value)
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
.
int getDataSourceTypeForYMinusValues()
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
.
void setDataSourceTypeForYMinusValues(int value)
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
.
int getDataSourceTypeForYPlusValues()
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
.
void setDataSourceTypeForYPlusValues(int value)
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
.