FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : XYBubbleSeries Class |
The following tables list the members exposed by XYBubbleSeries.
Name | Description | |
---|---|---|
XYBubbleSeries Constructor | Overloaded. |
Name | Description | |
---|---|---|
BubbleSize | Gets or sets the size of the largest bubble. | |
Count | Overridden. Gets the number of points in the series. | |
GapDepth | Gets or sets the amount of space between series. | |
LabelBorder | Gets or sets the border around the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelContainsSeriesName | Gets or sets whether the series name in displayed in the labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelContainsSizeValue | Gets or sets whether the size value in displayed in the labels. | |
LabelContainsXValue | Gets or sets whether the x value in displayed in the labels. | |
LabelContainsYValue | Gets or sets whether the y value in displayed in the labels. | |
LabelFill | Gets or sets the fill of the background of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelNumberFormat | Gets or sets the number format for labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelSeparator | Gets or sets the text used to separate the contents of a label. (Inherited from FarPoint.Web.Chart.Series) | |
LabelTextFill | Gets or sets the fill of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelTextFont | Gets or sets the font of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelVisible | Gets or sets whether the data labels are visible. (Inherited from FarPoint.Web.Chart.Series) | |
LegendAreaId | Gets or sets the ID of the legend on which the series is displayed. (Inherited from FarPoint.Web.Chart.Series) | |
NegativeBorder | Gets or sets the negative border for the series. | |
NegativeBorders | Gets the collection of negative borders for the series. | |
NegativeFill | Gets or sets the negative fill for the series. | |
NegativeFills | Gets the collection of negative fills for the series. | |
NegativeVisible | Gets or sets whether bubbles with negative size are visible. | |
PositiveBorder | Gets or sets the positive border for the series. | |
PositiveBorders | Gets the collection of positve borders for the series. | |
PositiveFill | Gets or sets the positive fill for the series. | |
PositiveFills | Gets the collection of positive fills for the series. | |
SeriesName | Gets or sets the name of the series. (Inherited from FarPoint.Web.Chart.Series) | |
SeriesNameDataField | Gets or sets the field in the data source that stores the series name. (Inherited from FarPoint.Web.Chart.Series) | |
SeriesNameDataSource | Gets or sets the data source for the series name. (Inherited from FarPoint.Web.Chart.Series) | |
SizeRepresentsArea | Gets or sets whether data point size values represent area of bubble or width of bubble. | |
SizeValues | Gets the collection of size values for the series. | |
VaryColors | Gets or sets whether each data point is displayed with a different color. | |
Visible | Gets or sets whether the series is visible. (Inherited from FarPoint.Web.Chart.Series) | |
XAxisId | Gets or sets the ID of the x-axis on which the series is plotted. (Inherited from FarPoint.Web.Chart.XYSeries) | |
XValues | Gets the collection of x values for the series. | |
YAxisId | Gets or sets the ID of the y-axis on which the series is plotted. (Inherited from FarPoint.Web.Chart.XYSeries) | |
YValues | Gets the collection of y values for the series. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of this series. | |
GetSchema | Overridden. This method is reserved and should not be used. | |
ReadXml | Overridden. Generates an object from its XML representation. | |
WriteXml | Overridden. Converts an object into its XML representation. |
Name | Description | |
---|---|---|
OnChanged | Raises the Changed event. (Inherited from FarPoint.Web.Chart.Series) |
Name | Description | |
---|---|---|
Changed | Occurs when the series is changed. (Inherited from FarPoint.Web.Chart.Series) |