Class BubbleSeriesDefinition
Defines the DataSeries visual representation of a Bubble chart series.
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 BubbleSeriesDefinition class.
Declaration
public BubbleSeriesDefinition()
Fields
BubbleSizeRelativeProperty
Identifies the BubbleSizeRelative dependency property.
Declaration
public static readonly DependencyProperty BubbleSizeRelativeProperty
Field Value
System.Windows.DependencyProperty
|
BubbleSizeRepresentsProperty
Identifies the BubbleSizeRepresents dependency property.
Declaration
public static readonly DependencyProperty BubbleSizeRepresentsProperty
Field Value
System.Windows.DependencyProperty
|
CustomScaleFactorProperty
Identifies the CustomScaleFactor dependency property.
Declaration
public static readonly DependencyProperty CustomScaleFactorProperty
Field Value
System.Windows.DependencyProperty
|
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
|
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
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.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
ResourceId
Gets the resource id associated with the current ISeriesDefinition. Used to identify the list of styles used with the DataPoints.
Declaration
public override object ResourceId { get; }
Property Value
System.Object
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|
Overrides
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel
|