menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartBubbleType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartBubbleType

    Represents ChartBubleType class

    Inheritance
    System.Object
    ChartType
    ChartBubbleType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.AxesType
    ChartType.Calculate(ChartSeries)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsCompatible(ChartType)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartBubbleType : ChartType, IDisposable
    Remarks

    Bubble Chart is an extension of the Scatter Chart (or XY-chart) where each data marker is represented by a circle whose dimension form a third variable. Consequently, bubble charts allow three-variable comparisons allowing for easy visualization of complex interdependencies that are not apparent in two-variable charts. Bubble charts are frequently used in market and product comparison studies.

    Constructors

    ChartBubbleType()

    Declaration
    public ChartBubbleType()

    Fields

    MaxRadiusProperty

    Identifies the MaxRadius dependency property.

    Declaration
    public static readonly DependencyProperty MaxRadiusProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MinRadiusProperty

    Identifies the MinRadius dependency property.

    Declaration
    public static readonly DependencyProperty MinRadiusProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Flags

    Gets chart type flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags

    The flags.

    Overrides
    ChartType.Flags

    RequiresDataCount

    Gets the require data count.

    Declaration
    public override int RequiresDataCount { get; }
    Property Value
    Type Description
    System.Int32

    The require data count.

    Overrides
    ChartType.RequiresDataCount

    Methods

    CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    Calculates the segments.

    Declaration
    protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The points.

    Overrides
    ChartType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    GetMaxRadius(ChartSeries)

    Gets the maximal radius of bubble.

    Declaration
    public static double GetMaxRadius(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    The double radius

    See Also
    ChartBubbleType

    GetMinRadius(ChartSeries)

    Gets the minimal radius of bubble.

    Declaration
    public static double GetMinRadius(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    The minimal radius

    SetMaxRadius(ChartSeries, Double)

    Sets the max radius of bubble.

    Declaration
    public static void SetMaxRadius(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    See Also
    ChartBubbleType

    SetMinRadius(ChartSeries, Double)

    Sets the minimal radius of bubble.

    Declaration
    public static void SetMinRadius(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()

    UpdateSegments(ChartSeries, ChartIndexedDataPoint[])

    Updates the series.

    Declaration
    protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The Chart series

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The indexed points

    Overrides
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartBubbleType

    Implements

    System.IDisposable

    See Also

    ChartBubbleSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved