Class Bubble3DSeriesDefinition
This class represents a definition for the bubble series type in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bubble3DSeriesDefinition : LinearSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
Remarks
Each data series (the series of data points) must be associated with a valid series definition instance in order to render the desired series type.
Constructors
Bubble3DSeriesDefinition()
Initializes a new instance of the Bubble3DSeriesDefinition class.
Declaration
public Bubble3DSeriesDefinition()
Properties
BubbleSizeRelative
Gets or sets a value indicating whether the bubble size should be relative to the available ChartArea, or should be interpreted as an absolute value in device-independent pixels.
Declaration
public bool BubbleSizeRelative { get; set; }
Property Value
System.Boolean
Returns |
BubbleSizeRepresents
Gets or sets a value indicating whether the bubble size should be interpreted as the bubble diameter or as the bubble area.
Declaration
public BubbleSizeRepresentation BubbleSizeRepresents { get; set; }
Property Value
BubbleSizeRepresentation
|
CustomScaleFactor
Gets or sets a value indicating a custom scale factor that should be applied to the bubble dimensions.
Declaration
public double CustomScaleFactor { get; set; }
Property Value
System.Double
|
Remarks
This scale factor is applied to the final bubble dimensions (e.g. after any relative-size adjustments are performed).
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|