Class BubbleSeriesDefinition
Defines the Data
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BubbleSeriesDefinition : LinearSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
Constructors
BubbleSeriesDefinition()
Initializes a new instance of the Bubble
Declaration
public BubbleSeriesDefinition()
Fields
BubbleSizeRelativeProperty
Identifies the Bubble
Declaration
public static readonly DependencyProperty BubbleSizeRelativeProperty
Field Value
System.
|
BubbleSizeRepresentsProperty
Identifies the Bubble
Declaration
public static readonly DependencyProperty BubbleSizeRepresentsProperty
Field Value
System.
|
CustomScaleFactorProperty
Identifies the Custom
Declaration
public static readonly DependencyProperty CustomScaleFactorProperty
Field Value
System.
|
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. 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
ContainerType
Gets the type of the Data
Declaration
public override Type ContainerType { get; }
Property Value
System.
|
Overrides
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.
|
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 Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
ResourceId
Gets the resource id associated with the current ISeries
Declaration
public override object ResourceId { get; }
Property Value
System.
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
Overrides
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.
|