DataSourceTypeForYValues

ChartDataPointCollection.DataSourceTypeForYValues property

Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPoint.YValue.Data property. Read/write DataSourceType.

public DataSourceType DataSourceTypeForYValues { get; set; }

See Also