Determines indent between legend badge and item text.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public double BadgeIndent { get; set; }
Visual Basic (Declaration)
Public Property BadgeIndent As Double
Visual C++
public:
property double BadgeIndent {
	double get ();
	void set (double value);
}

See Also