BaseChartValue
BaseChartValue class
Represents a value of a chart.
public abstract class BaseChartValue : IBaseChartValue
Properties
Name | Description |
---|---|
abstract Data { get; set; } | Data. Read/write Object. |
DataSourceType { get; set; } | Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType . |
See Also
- interface IBaseChartValue
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides