Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class
Properties Methods Events


In This Topic
    XYBubbleSeries Class Members
    In This Topic

    The following tables list the members exposed by XYBubbleSeries.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the size of the largest bubble.  
    Public PropertyOverridden. Gets the number of points in the series.  
    Public PropertyGets or sets the amount of space between series.  
    Public PropertyGets or sets the border around the data labels. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets whether the series name is displayed in the label. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets whether the size value is displayed in the labels.  
    Public PropertyGets or sets whether the x value is displayed in the labels.  
    Public PropertyGets or sets whether the y value is displayed in the labels.  
    Public PropertyGets or sets the fill of the background of the data labels. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the label formatter object for the series labels. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets whether the data labels with negative values are displayed in red. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the rotation angle for the label. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the text used to separate the contents of a label. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the text orientation for the label. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the fill of the text of the data labels. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the font of the text of the data labels. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets whether the data labels are visible. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the ID of the legend on which the series is displayed. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the negative border for the series.  
    Public PropertyGets the collection of negative borders for the series.  
    Public PropertyGets or sets the negative fill for the series.  
    Public PropertyGets the collection of negative fills for the series.  
    Public PropertyGets or sets whether bubbles with negative size are visible.  
    Public PropertyGets or sets the positive border for the series.  
    Public PropertyGets the collection of positve borders for the series.  
    Public PropertyGets or sets the positive fill for the series.  
    Public PropertyGets the collection of positive fills for the series.  
    Public PropertyGets or sets the name of the series. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the field in the data source that stores the series name. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the data source for the series name. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets whether data point size values represent area of bubble or width of bubble.  
    Public PropertyGets the collection of size values for the series.  
    Public PropertyGets or sets whether each data point is displayed with a different color.  
    Public PropertyGets or sets whether the series is visible. (Inherited from FarPoint.Win.Chart.Series)
    Public PropertyGets or sets the ID of the x-axis on which the series is plotted. (Inherited from FarPoint.Win.Chart.XYSeries)
    Public PropertyGets the collection of x values for the series.  
    Public PropertyGets or sets the ID of the y-axis on which the series is plotted. (Inherited from FarPoint.Win.Chart.XYSeries)
    Public PropertyGets the collection of y values for the series.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep copy of this series.  
    Public MethodOverridden. This method is reserved and should not be used.  
    Public MethodOverridden. Generates an object from its XML representation.  
    Public MethodOverridden. Converts an object into its XML representation.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from FarPoint.Win.Chart.Series)
    Protected MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public EventOccurs when the series is changed. (Inherited from FarPoint.Win.Chart.Series)
    Top
    See Also