C-DEngine 5.105

nmiCtrlBarChart..::..DrawMargin Property

Creates a margin around the BarChart

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<int> DrawMargin { get; set; }
Public Property DrawMargin As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> DrawMargin {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}