IStringOrDoubleChartValue Interface |
Namespace: Aspose.Slides.Charts
The IStringOrDoubleChartValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsCell |
Returns or sets chart data cell.
Read/write IChartDataCell.
(Inherited from ISingleCellChartValue.) |
![]() | AsIBaseChartValue |
Allows to get base IBaseChartValue interface.
Read-only IBaseChartValue.
(Inherited from ISingleCellChartValue.) |
![]() | AsISingleCellChartValue |
Allows to get base ISingleCellChartValue interface.
Read-only ISingleCellChartValue.
|
![]() | AsLiteralDouble |
Returns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals.
Read/write Double.
|
![]() | AsLiteralString |
Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
Read/write String.
|
![]() | Data |
Read/write Object.
(Inherited from IBaseChartValue.) |
![]() | DataSourceType |
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual. In other words it specifies the type of value of the Data property.
This property is read-only. For changing value of this property you can use
one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
Read/write DataSourceType.
(Inherited from IBaseChartValue.) |
Name | Description | |
---|---|---|
![]() | ToDouble |