Corner radius of a balloon. If you set it greater than 0, the balloon will not display arrow.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public byte BalloonCornerRadius { get; set; }
Visual Basic (Declaration)
Public Property BalloonCornerRadius As Byte
Visual C++
public:
property unsigned char BalloonCornerRadius {
	unsigned char get ();
	void set (unsigned char value);
}

See Also