DataSourceType

IBaseChartValue.DataSourceType property

指定 AsCell、AsLiteralString 或 AsLiteralDouble 属性是否有效。换句话说,它指定 Data 属性的值类型。此属性为只读。要更改此属性的值,可以使用 ChartDataPointCollection.DataSourceTypeFor<…> 属性之一。读/写 DataSourceType

public DataSourceType DataSourceType { get; set; }

See Also