Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BubbleDataPoint Class
Members


In This Topic
    BubbleDataPoint Class
    In This Topic
    Represents data points for BubbleDataSeries.
    Object Model
    BubbleDataPoint Class
    Syntax
    'Declaration
     
    Public Class BubbleDataPoint 
       Inherits XYDataPoint
       Implements IBubbleDataPointIDataPointIXYDataPoint 
    'Usage
     
    Dim instance As BubbleDataPoint
    public class BubbleDataPoint : XYDataPoint, IBubbleDataPointIDataPointIXYDataPoint  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.SpreadChartElement
          GrapeCity.Windows.SpreadSheet.Data.DataPoint
             GrapeCity.Windows.SpreadSheet.Data.XYDataPoint
                GrapeCity.Windows.SpreadSheet.Data.BubbleDataPoint

    See Also