GrapeCity.Xaml.Excel
SeriesValue Property (ExcelBubbleSeries)


GrapeCity.Excel.Chart Namespace > ExcelBubbleSeries Class : SeriesValue Property
Specifies the y values which shall be used to define the location of data markers on a chart.
Syntax
'Declaration
 
Public Property SeriesValue As IExcelSeriesValue
'Usage
 
Dim instance As ExcelBubbleSeries
Dim value As IExcelSeriesValue
 
instance.SeriesValue = value
 
value = instance.SeriesValue
public IExcelSeriesValue SeriesValue {get; set;}
See Also

Reference

ExcelBubbleSeries Class
ExcelBubbleSeries Members