Get or Sets the style of the bubbles in bubble chart. This property is applicable for Bubble chart only.
Type: BubbleStyles
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Series>
<vc:DataSeries BubbleStyle="Style2">
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting BubbleStyle property to Style2 in DataSeries. As you can see, 3D bubbles are appearing in 2D chart.

Remarks:
For possible values refer to BubbleStyles enumeration.
In 2D chart, default value for BubbleStyle is Style1.
In 3D chart, default value for BubbleStyle is Style2.