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