Gets or sets the Style to be applied to the Bubble data points. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style BubbleStyle { get; set; }
Visual Basic
Public Property BubbleStyle As Style
	Get
	Set
Visual C++
public:
property Style^ BubbleStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also