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


In This Topic
    BubbleDataMarker Class
    In This Topic
    Represents chart symbol of BubbleDataSeries.
    Object Model
    BubbleDataMarker Class
    Syntax
    'Declaration
     
    Public Class BubbleDataMarker 
       Inherits XYDataMarker
       Implements IBubbleDataPointIDataPointIXYDataPoint 
    'Usage
     
    Dim instance As BubbleDataMarker
    public class BubbleDataMarker : XYDataMarker, IBubbleDataPointIDataPointIXYDataPoint  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.SpreadChartElement
          GrapeCity.Windows.SpreadSheet.Data.DataMarker
             GrapeCity.Windows.SpreadSheet.Data.XYDataMarker
                GrapeCity.Windows.SpreadSheet.Data.BubbleDataMarker

    See Also