Class BubbleSeries
Represents a series of type bubble.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class BubbleSeries : PointSeriesBase
Constructors
BubbleSeries()
Declaration
public BubbleSeries()
Properties
BubbleSizes
Gets or sets the data for the bubble size of the series.
Declaration
public IChartData BubbleSizes { get; set; }
Property Value
IChartData
|
SeriesType
Gets the type of the series.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|