DataSourceTypeForValues

IChartDataPointCollection.DataSourceTypeForValues 属性

指定在数据点的 Value 属性对象中,AsCell、AsLiteralString 或 AsLiteralDouble 属性是否是有效的。换句话说,它指定 ChartDataPoint.Value.Data 属性的值类型。读/写 DataSourceType

public DataSourceType DataSourceTypeForValues { get; set; }

另见