DataSourceTypeForBubbleSizes

ChartDataPointCollection.DataSourceTypeForBubbleSizes property

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

public DataSourceType DataSourceTypeForBubbleSizes { get; set; }

See Also