C-DEngine 5.105

TheChartValueDefinition..::..GainFactor Property

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

Syntax


public double GainFactor { get; set; }
Public Property GainFactor As Double
	Get
	Set
public:
property double^ GainFactor {
	double^ get ();
	void set (double^ value);
}