set_DataSourceType()

IBaseChartValue::set_DataSourceType(Aspose::Slides::Charts::DataSourceType) method

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. Write DataSourceType.

virtual void Aspose::Slides::Charts::IBaseChartValue::set_DataSourceType(Aspose::Slides::Charts::DataSourceType value)=0

See Also