Spread WinRT Documentation
GrapeCity.Xaml.SpreadSheet.Data Namespace / BubbleDataLabel Class
Members


In This Topic
    BubbleDataLabel Class
    In This Topic
    Represents the text label element displayed for a data point value of the BubbleDataSeries.
    Object Model
    BubbleDataLabel ClassDataLabelSettings ClassIFormatter InterfaceDataLabelSettings ClassSpreadDataSeries ClassIFormatter Interface
    Syntax
    'Declaration
     
    Public Class BubbleDataLabel 
       Inherits XYDataLabel
       Implements IBubbleDataPointIDataPointIXYDataPoint 
    'Usage
     
    Dim instance As BubbleDataLabel
    public class BubbleDataLabel : XYDataLabel, IBubbleDataPointIDataPointIXYDataPoint  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Xaml.SpreadSheet.Data.SpreadChartElement
          GrapeCity.Xaml.SpreadSheet.Data.SpreadChartTextElement
             GrapeCity.Xaml.SpreadSheet.Data.DataLabel
                GrapeCity.Xaml.SpreadSheet.Data.XYDataLabel
                   GrapeCity.Xaml.SpreadSheet.Data.BubbleDataLabel

    See Also