MindFusion.Wpf Pack Programmer's Guide
BubbleChart.BubbleScaleType Property
See Also
 





Gets or sets a value specifying the algorithm to use when calculating the size of the bubbles in the chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public BubbleScaleType BubbleScaleType { get; set; }

Visual Basic  Copy Code

Public Property BubbleScaleType As BubbleScaleType

 Property Value

A member of the BubbleScaleType enumeration. The default is Linear.

 See Also

BubbleChart Members
BubbleChart Class
MindFusion.Charting.Wpf Namespace