Spread for ASP.NET 12 Product Documentation
XValues Property (XYBubbleSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYBubbleSeries Class : XValues Property
Gets the collection of x values for the series.
Syntax
'Declaration
 
Public ReadOnly Property XValues As DoubleCollection
'Usage
 
Dim instance As XYBubbleSeries
Dim value As DoubleCollection
 
value = instance.XValues
public DoubleCollection XValues {get;}
Remarks
If no x values are supplied then the indices of the data points will be used for the x values.
See Also

Reference

XYBubbleSeries Class
XYBubbleSeries Members