DataSourceType

BaseChartValue.DataSourceType property

指定 AsCell、AsCells、AsLiteralString 或 AsLiteralDouble 属性是否在后代中是实际的。换句话说,它指定了 Data 属性值的类型 。 读/写DataSourceType

public DataSourceType DataSourceType { get; set; }

评论

对于 ChartDataPointCollection 中的点,此属性是只读的。 在这种情况下,要更改此属性的值,您可以使用 ChartDataPointCollection.DataSourceTypeFor<…> 之一。特性。

也可以看看