ShowBubbleSize Property

Office Open XML

Bubble Size.

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool ShowBubbleSize { get; set; }
Visual Basic (Declaration)
Public Property ShowBubbleSize As Boolean
Visual C++
public:
property bool ShowBubbleSize {
	bool get ();
	void set (bool value);
}

See Also